#480B35

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

Shades of Blackberry #480B35

Tints of Blackberry #480B35

Color information

#480B35 (or 0x480B35) is unknown color: approx Blackberry. HEX triplet: 48, 0B and 35. RGB value is (72,11,53). Sum of RGB (Red+Green+Blue) = 72+11+53=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 11 (4.69% from 255 or 8.09% from 136); Blue value is 53 (21.09% from 255 or 38.97% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #480B35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480B35 is #B7F4CA. Grayscale: #212121. Windows color (decimal): -12055755 or 3476296. OLE color: 3476296.

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

Color convert

RGB721153-
CMYK00.850.260.72
HSL318.69º73.49%16.27%-
HSV(B)318.69º84.72%28.24%-
XYZ3.431.873.55-
YUV34.03138.71155.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.94%
GREEN value IS 11 (4.69% from 255) = 8.09%
BLUE value IS 53 (21.09% from 255) = 38.97%
R=52.94%
G=8.09%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.26
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72115300.850.260.72318.6973.4916.27
Hex48B350551A4813f4910
Octal110136501253211047711120
Binary1001000101111010101010101110101001000100111111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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