#480B32

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

Shades of Blackberry #480B32

Tints of Blackberry #480B32

Color information

#480B32 (or 0x480B32) is unknown color: approx Blackberry. HEX triplet: 48, 0B and 32. RGB value is (72,11,50). Sum of RGB (Red+Green+Blue) = 72+11+50=133 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.14% from 133); Green value is 11 (4.69% from 255 or 8.27% from 133); Blue value is 50 (19.92% from 255 or 37.59% from 133); Max value from RGB is 72 - color contains mainly: red. Hex color #480B32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480B32 is #B7F4CD. Grayscale: #212121. Windows color (decimal): -12055758 or 3279688. OLE color: 3279688.

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

Color convert

RGB721150-
CMYK00.850.310.72
HSL321.64º73.49%16.27%-
HSV(B)321.64º84.72%28.24%-
XYZ3.371.853.2-
YUV33.68137.21155.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.14%
GREEN value IS 11 (4.69% from 255) = 8.27%
BLUE value IS 50 (19.92% from 255) = 37.59%
R=54.14%
G=8.27%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72115000.850.310.72321.6473.4916.27
Hex48B320551F481424910
Octal110136201253711050211120
Binary1001000101111001001010101111111001000101000010100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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