#480936

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

Shades of Blackberry #480936

Tints of Blackberry #480936

Color information

#480936 (or 0x480936) is unknown color: approx Blackberry. HEX triplet: 48, 09 and 36. RGB value is (72,9,54). Sum of RGB (Red+Green+Blue) = 72+9+54=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 9 (3.91% from 255 or 6.67% from 135); Blue value is 54 (21.48% from 255 or 40% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #480936 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480936 is #B7F6C9. Grayscale: #202020. Windows color (decimal): -12056266 or 3541320. OLE color: 3541320.

HSL color Cylindrical-coordinate representation of color #480936: hue angle of 317.14º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #480936 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB72954-
CMYK00.880.250.72
HSL317.14º77.78%15.88%-
HSV(B)317.14º87.5%28.24%-
XYZ3.441.843.66-
YUV32.97139.87155.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 53.33%
GREEN value IS 9 (3.91% from 255) = 6.67%
BLUE value IS 54 (21.48% from 255) = 40%
R=53.33%
G=6.67%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7295400.880.250.72317.1477.7815.88
Hex48936058194813d4e10
Octal110116601303111047511620
Binary1001000100111011001011000110011001000100111101100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480936; }

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

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

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

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

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

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

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

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