#421D33

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

Shades of Blackberry #421D33

Tints of Blackberry #421D33

Color information

#421D33 (or 0x421D33) is unknown color: approx Blackberry. HEX triplet: 42, 1D and 33. RGB value is (66,29,51). Sum of RGB (Red+Green+Blue) = 66+29+51=146 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.21% from 146); Green value is 29 (11.72% from 255 or 19.86% from 146); Blue value is 51 (20.31% from 255 or 34.93% from 146); Max value from RGB is 66 - color contains mainly: red. Hex color #421D33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421D33 is #BDE2CC. Grayscale: #2A2A2A. Windows color (decimal): -12444365 or 3349826. OLE color: 3349826.

HSL color Cylindrical-coordinate representation of color #421D33: hue angle of 324.32º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #421D33 is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.74.

Color convert

RGB662951-
CMYK00.560.230.74
HSL324.32º38.95%18.63%-
HSV(B)324.32º56.06%25.88%-
XYZ3.282.283.4-
YUV42.57132.76144.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 45.21%
GREEN value IS 29 (11.72% from 255) = 19.86%
BLUE value IS 51 (20.31% from 255) = 34.93%
R=45.21%
G=19.86%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.23
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66295100.560.230.74324.3238.9518.63
Hex421D33038174A1442713
Octal1023563070271125044723
Binary100001011101110011011100010111100101010100010010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421D33; }

 p { color: rgb(66,29,51); }

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

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

 a { background-color: rgb(66,29,51); }

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

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

 span { border-color: rgb(66,29,51); }

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