#480822

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

Shades of Blackberry #480822

Tints of Blackberry #480822

Color information

#480822 (or 0x480822) is unknown color: approx Blackberry. HEX triplet: 48, 08 and 22. RGB value is (72,8,34). Sum of RGB (Red+Green+Blue) = 72+8+34=114 (15% of max value = 765). Red value is 72 (28.52% from 255 or 63.16% from 114); Green value is 8 (3.52% from 255 or 7.02% from 114); Blue value is 34 (13.67% from 255 or 29.82% from 114); Max value from RGB is 72 - color contains mainly: red. Hex color #480822 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480822 is #B7F7DD. Grayscale: #1E1E1E. Windows color (decimal): -12056542 or 2230344. OLE color: 2230344.

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

Color convert

RGB72834-
CMYK00.890.530.72
HSL335.62º80%15.69%-
HSV(B)335.62º88.89%28.24%-
XYZ3.051.671.67-
YUV30.1130.2157.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 63.16%
GREEN value IS 8 (3.52% from 255) = 7.02%
BLUE value IS 34 (13.67% from 255) = 29.82%
R=63.16%
G=7.02%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.53
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7283400.890.530.72335.628015.69
Hex4882205935481505010
Octal110104201316511052012020
Binary10010001000100010010110011101011001000101010000101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480822; }

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

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

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

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

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

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

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

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