#480722

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

Shades of Blackberry #480722

Tints of Blackberry #480722

Color information

#480722 (or 0x480722) is unknown color: approx Blackberry. HEX triplet: 48, 07 and 22. RGB value is (72,7,34). Sum of RGB (Red+Green+Blue) = 72+7+34=113 (14% of max value = 765). Red value is 72 (28.52% from 255 or 63.72% from 113); Green value is 7 (3.12% from 255 or 6.19% from 113); Blue value is 34 (13.67% from 255 or 30.09% from 113); Max value from RGB is 72 - color contains mainly: red. Hex color #480722 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480722 is #B7F8DD. Grayscale: #1D1D1D. Windows color (decimal): -12056798 or 2230088. OLE color: 2230088.

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

Color convert

RGB72734-
CMYK00.900.530.72
HSL335.08º82.28%15.49%-
HSV(B)335.08º90.28%28.24%-
XYZ3.041.651.67-
YUV29.51130.53158.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 63.72%
GREEN value IS 7 (3.12% from 255) = 6.19%
BLUE value IS 34 (13.67% from 255) = 30.09%
R=63.72%
G=6.19%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.53
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7273400.900.530.72335.0882.2815.49
Hex4872205A354814f52f
Octal11074201326511051712217
Binary100100011110001001011010110101100100010100111110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480722; }

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

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

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

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

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

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

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

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