#480B27

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

Shades of Blackberry #480B27

Tints of Blackberry #480B27

Color information

#480B27 (or 0x480B27) is unknown color: approx Blackberry. HEX triplet: 48, 0B and 27. RGB value is (72,11,39). Sum of RGB (Red+Green+Blue) = 72+11+39=122 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.02% from 122); Green value is 11 (4.69% from 255 or 9.02% from 122); Blue value is 39 (15.62% from 255 or 31.97% from 122); Max value from RGB is 72 - color contains mainly: red. Hex color #480B27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480B27 is #B7F4D8. Grayscale: #202020. Windows color (decimal): -12055769 or 2558792. OLE color: 2558792.

HSL color Cylindrical-coordinate representation of color #480B27: hue angle of 332.46º 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 #480B27 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.72.

Color convert

RGB721139-
CMYK00.850.460.72
HSL332.46º73.49%16.27%-
HSV(B)332.46º84.72%28.24%-
XYZ3.161.762.09-
YUV32.43131.71156.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 59.02%
GREEN value IS 11 (4.69% from 255) = 9.02%
BLUE value IS 39 (15.62% from 255) = 31.97%
R=59.02%
G=9.02%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72113900.850.460.72332.4673.4916.27
Hex48B270552E4814c4910
Octal110134701255611051411120
Binary10010001011100111010101011011101001000101001100100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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