#421429

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

Shades of Blackberry #421429

Tints of Blackberry #421429

Color information

#421429 (or 0x421429) is unknown color: approx Blackberry. HEX triplet: 42, 14 and 29. RGB value is (66,20,41). Sum of RGB (Red+Green+Blue) = 66+20+41=127 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.97% from 127); Green value is 20 (8.20% from 255 or 15.75% from 127); Blue value is 41 (16.41% from 255 or 32.28% from 127); Max value from RGB is 66 - color contains mainly: red. Hex color #421429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421429 is #BDEBD6. Grayscale: #242424. Windows color (decimal): -12446679 or 2692162. OLE color: 2692162.

HSL color Cylindrical-coordinate representation of color #421429: hue angle of 332.61º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #421429 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.74.

Color convert

RGB662041-
CMYK00.700.380.74
HSL332.61º53.49%16.86%-
HSV(B)332.61º69.7%25.88%-
XYZ2.91.822.3-
YUV36.15130.74149.29-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 51.97%
GREEN value IS 20 (8.20% from 255) = 15.75%
BLUE value IS 41 (16.41% from 255) = 32.28%
R=51.97%
G=15.75%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.38
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66204100.700.380.74332.6153.4916.86
Hex421429046264A14d3511
Octal10224510106461125156521
Binary10000101010010100101000110100110100101010100110111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421429; }

 p { color: rgb(66,20,41); }

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

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

 a { background-color: rgb(66,20,41); }

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

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

 span { border-color: rgb(66,20,41); }

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