#481B2F

Color #481B2F Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #481B2F

Tints of Blackberry #481B2F

Color information

#481B2F (or 0x481B2F) is unknown color: approx Blackberry. HEX triplet: 48, 1B and 2F. RGB value is (72,27,47). Sum of RGB (Red+Green+Blue) = 72+27+47=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 27 (10.94% from 255 or 18.49% from 146); Blue value is 47 (18.75% from 255 or 32.19% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #481B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481B2F is #B7E4D0. Grayscale: #2A2A2A. Windows color (decimal): -12051665 or 3087176. OLE color: 3087176.

HSL color Cylindrical-coordinate representation of color #481B2F: hue angle of 333.33º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #481B2F is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB722747-
CMYK00.620.350.72
HSL333.33º45.45%19.41%-
HSV(B)333.33º62.5%28.24%-
XYZ3.582.372.96-
YUV42.74130.41148.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 49.32%
GREEN value IS 27 (10.94% from 255) = 18.49%
BLUE value IS 47 (18.75% from 255) = 32.19%
R=49.32%
G=18.49%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72274700.620.350.72333.3345.4519.41
Hex481B2F03E234814d2d13
Octal1103357076431105155523
Binary1001000110111011110111110100011100100010100110110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481B2F; }

 p { color: rgb(72,27,47); }

 H1.HeaderClassName
 {
   color: #481B2F;
 }
 .AnyTagClassName
 {
   color: #481B2F;
 }
</style>
background-color css

<style>
 a { background-color: #481B2F; }

 a { background-color: rgb(72,27,47); }

 div.DivClassName
 {
   background-color: #481B2F;
 }
 .BgClassName
 {
   background-color: #481B2F;
 }
</style>
border-color css

<style>
 span { border-color: #481B2F; }

 span { border-color: rgb(72,27,47); }

 td.TdClassName
 {
   border-color: #481B2F;
 }
 .TagClassName
 {
   border-color: #481B2F;
 }
</style>