#421D30

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

Shades of Blackberry #421D30

Tints of Blackberry #421D30

Color information

#421D30 (or 0x421D30) is unknown color: approx Blackberry. HEX triplet: 42, 1D and 30. RGB value is (66,29,48). Sum of RGB (Red+Green+Blue) = 66+29+48=143 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.15% from 143); Green value is 29 (11.72% from 255 or 20.28% from 143); Blue value is 48 (19.14% from 255 or 33.57% from 143); Max value from RGB is 66 - color contains mainly: red. Hex color #421D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421D30 is #BDE2CF. Grayscale: #2A2A2A. Windows color (decimal): -12444368 or 3153218. OLE color: 3153218.

HSL color Cylindrical-coordinate representation of color #421D30: hue angle of 329.19º 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 #421D30 is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB662948-
CMYK00.560.270.74
HSL329.19º38.95%18.63%-
HSV(B)329.19º56.06%25.88%-
XYZ3.222.253.06-
YUV42.23131.26144.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 46.15%
GREEN value IS 29 (11.72% from 255) = 20.28%
BLUE value IS 48 (19.14% from 255) = 33.57%
R=46.15%
G=20.28%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66294800.560.270.74329.1938.9518.63
Hex421D300381B4A1492713
Octal1023560070331125114723
Binary100001011101110000011100011011100101010100100110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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