#480B2F

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

Shades of Blackberry #480B2F

Tints of Blackberry #480B2F

Color information

#480B2F (or 0x480B2F) is unknown color: approx Blackberry. HEX triplet: 48, 0B and 2F. RGB value is (72,11,47). Sum of RGB (Red+Green+Blue) = 72+11+47=130 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.38% from 130); Green value is 11 (4.69% from 255 or 8.46% from 130); Blue value is 47 (18.75% from 255 or 36.15% from 130); Max value from RGB is 72 - color contains mainly: red. Hex color #480B2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480B2F is #B7F4D0. Grayscale: #212121. Windows color (decimal): -12055761 or 3083080. OLE color: 3083080.

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

Color convert

RGB721147-
CMYK00.850.350.72
HSL324.59º73.49%16.27%-
HSV(B)324.59º84.72%28.24%-
XYZ3.311.822.87-
YUV33.34135.71155.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 55.38%
GREEN value IS 11 (4.69% from 255) = 8.46%
BLUE value IS 47 (18.75% from 255) = 36.15%
R=55.38%
G=8.46%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72114700.850.350.72324.5973.4916.27
Hex48B2F05523481454910
Octal110135701254311050511120
Binary10010001011101111010101011000111001000101000101100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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