#480D36

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

Shades of Blackberry #480D36

Tints of Blackberry #480D36

Color information

#480D36 (or 0x480D36) is unknown color: approx Blackberry. HEX triplet: 48, 0D and 36. RGB value is (72,13,54). Sum of RGB (Red+Green+Blue) = 72+13+54=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 13 (5.47% from 255 or 9.35% from 139); Blue value is 54 (21.48% from 255 or 38.85% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #480D36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480D36 is #B7F2C9. Grayscale: #232323. Windows color (decimal): -12055242 or 3542344. OLE color: 3542344.

HSL color Cylindrical-coordinate representation of color #480D36: hue angle of 318.31º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #480D36 is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB721354-
CMYK00.820.250.72
HSL318.31º69.41%16.67%-
HSV(B)318.31º81.94%28.24%-
XYZ3.481.933.68-
YUV35.32138.55154.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.80%
GREEN value IS 13 (5.47% from 255) = 9.35%
BLUE value IS 54 (21.48% from 255) = 38.85%
R=51.80%
G=9.35%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72135400.820.250.72318.3169.4116.67
Hex48D36052194813e4511
Octal110156601223111047610521
Binary1001000110111011001010010110011001000100111110100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,13,54); }

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

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

 a { background-color: rgb(72,13,54); }

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

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

 span { border-color: rgb(72,13,54); }

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