#480022

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

Shades of Blackberry #480022

Tints of Blackberry #480022

Color information

#480022 (or 0x480022) is unknown color: approx Blackberry. HEX triplet: 48, 00 and 22. RGB value is (72,0,34). Sum of RGB (Red+Green+Blue) = 72+0+34=106 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.92% from 106); Green value is 0 (0.39% from 255 or 0% from 106); Blue value is 34 (13.67% from 255 or 32.08% from 106); Max value from RGB is 72 - color contains mainly: red. Hex color #480022 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480022 is #B7FFDD. Grayscale: #191919. Windows color (decimal): -12058590 or 2228296. OLE color: 2228296.

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

Color convert

RGB72034-
CMYK010.530.72
HSL331.67º100%14.12%-
HSV(B)331.67º100%28.24%-
XYZ2.961.491.65-
YUV25.4132.85161.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 67.92%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 34 (13.67% from 255) = 32.08%
R=67.92%
G=0%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.53
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72034010.530.72331.6710014.12
Hex48022064354814c64e
Octal11004201446511051414416
Binary1001000010001001100100110101100100010100110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480022; }

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

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

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

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

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

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

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

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