#480522

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

Shades of Blackberry #480522

Tints of Blackberry #480522

Color information

#480522 (or 0x480522) is unknown color: approx Blackberry. HEX triplet: 48, 05 and 22. RGB value is (72,5,34). Sum of RGB (Red+Green+Blue) = 72+5+34=111 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.86% from 111); Green value is 5 (2.34% from 255 or 4.50% from 111); Blue value is 34 (13.67% from 255 or 30.63% from 111); Max value from RGB is 72 - color contains mainly: red. Hex color #480522 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480522 is #B7FADD. Grayscale: #1C1C1C. Windows color (decimal): -12057310 or 2229576. OLE color: 2229576.

HSL color Cylindrical-coordinate representation of color #480522: hue angle of 334.03º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #480522 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.72.

Color convert

RGB72534-
CMYK00.930.530.72
HSL334.03º87.01%15.1%-
HSV(B)334.03º93.06%28.24%-
XYZ3.021.61.66-
YUV28.34131.2159.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 64.86%
GREEN value IS 5 (2.34% from 255) = 4.50%
BLUE value IS 34 (13.67% from 255) = 30.63%
R=64.86%
G=4.50%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.53
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7253400.930.530.72334.0387.0115.1
Hex4852205D354814e57f
Octal11054201356511051612717
Binary100100010110001001011101110101100100010100111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480522; }

 p { color: rgb(72,5,34); }

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

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

 a { background-color: rgb(72,5,34); }

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

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

 span { border-color: rgb(72,5,34); }

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