#480922

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

Shades of Blackberry #480922

Tints of Blackberry #480922

Color information

#480922 (or 0x480922) is unknown color: approx Blackberry. HEX triplet: 48, 09 and 22. RGB value is (72,9,34). Sum of RGB (Red+Green+Blue) = 72+9+34=115 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.61% from 115); Green value is 9 (3.91% from 255 or 7.83% from 115); Blue value is 34 (13.67% from 255 or 29.57% from 115); Max value from RGB is 72 - color contains mainly: red. Hex color #480922 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480922 is #B7F6DD. Grayscale: #1E1E1E. Windows color (decimal): -12056286 or 2230600. OLE color: 2230600.

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

Color convert

RGB72934-
CMYK00.880.530.72
HSL336.19º77.78%15.88%-
HSV(B)336.19º87.5%28.24%-
XYZ3.061.691.68-
YUV30.69129.87157.47-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 62.61%
GREEN value IS 9 (3.91% from 255) = 7.83%
BLUE value IS 34 (13.67% from 255) = 29.57%
R=62.61%
G=7.83%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.53
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7293400.880.530.72336.1977.7815.88
Hex4892205835481504e10
Octal110114201306511052011620
Binary10010001001100010010110001101011001000101010000100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480922; }

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

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

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

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

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

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

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

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