#420422

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

Shades of Blackberry #420422

Tints of Blackberry #420422

Color information

#420422 (or 0x420422) is unknown color: approx Blackberry. HEX triplet: 42, 04 and 22. RGB value is (66,4,34). Sum of RGB (Red+Green+Blue) = 66+4+34=104 (13% of max value = 765). Red value is 66 (26.17% from 255 or 63.46% from 104); Green value is 4 (1.95% from 255 or 3.85% from 104); Blue value is 34 (13.67% from 255 or 32.69% from 104); Max value from RGB is 66 - color contains mainly: red. Hex color #420422 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420422 is #BDFBDD. Grayscale: #191919. Windows color (decimal): -12450782 or 2229314. OLE color: 2229314.

HSL color Cylindrical-coordinate representation of color #420422: hue angle of 330.97º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420422 is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.74.

Color convert

RGB66434-
CMYK00.940.480.74
HSL330.97º88.57%13.73%-
HSV(B)330.97º93.94%25.88%-
XYZ2.581.361.64-
YUV25.96132.54156.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 63.46%
GREEN value IS 4 (1.95% from 255) = 3.85%
BLUE value IS 34 (13.67% from 255) = 32.69%
R=63.46%
G=3.85%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.48
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6643400.940.480.74330.9788.5713.73
Hex4242205E304A14b59e
Octal10244201366011251313116
Binary100001010010001001011110110000100101010100101110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420422; }

 p { color: rgb(66,4,34); }

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

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

 a { background-color: rgb(66,4,34); }

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

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

 span { border-color: rgb(66,4,34); }

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