#480D35

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

Shades of Blackberry #480D35

Tints of Blackberry #480D35

Color information

#480D35 (or 0x480D35) is unknown color: approx Blackberry. HEX triplet: 48, 0D and 35. RGB value is (72,13,53). Sum of RGB (Red+Green+Blue) = 72+13+53=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 13 (5.47% from 255 or 9.42% from 138); Blue value is 53 (21.09% from 255 or 38.41% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #480D35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480D35 is #B7F2CA. Grayscale: #232323. Windows color (decimal): -12055243 or 3476808. OLE color: 3476808.

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

Color convert

RGB721353-
CMYK00.820.260.72
HSL319.32º69.41%16.67%-
HSV(B)319.32º81.94%28.24%-
XYZ3.461.923.56-
YUV35.2138.05154.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.17%
GREEN value IS 13 (5.47% from 255) = 9.42%
BLUE value IS 53 (21.09% from 255) = 38.41%
R=52.17%
G=9.42%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.26
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72135300.820.260.72319.3269.4116.67
Hex48D350521A4813f4511
Octal110156501223211047710521
Binary1001000110111010101010010110101001000100111111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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