#421E2F

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

Shades of Blackberry #421E2F

Tints of Blackberry #421E2F

Color information

#421E2F (or 0x421E2F) is unknown color: approx Blackberry. HEX triplet: 42, 1E and 2F. RGB value is (66,30,47). Sum of RGB (Red+Green+Blue) = 66+30+47=143 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.15% from 143); Green value is 30 (12.11% from 255 or 20.98% from 143); Blue value is 47 (18.75% from 255 or 32.87% from 143); Max value from RGB is 66 - color contains mainly: red. Hex color #421E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421E2F is #BDE1D0. Grayscale: #2A2A2A. Windows color (decimal): -12444113 or 3087938. OLE color: 3087938.

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

Color convert

RGB663047-
CMYK00.550.290.74
HSL331.67º37.5%18.82%-
HSV(B)331.67º54.55%25.88%-
XYZ3.222.292.96-
YUV42.7130.43144.62-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 46.15%
GREEN value IS 30 (12.11% from 255) = 20.98%
BLUE value IS 47 (18.75% from 255) = 32.87%
R=46.15%
G=20.98%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.29
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66304700.550.290.74331.6737.518.82
Hex421E2F0371D4A14c2613
Octal1023657067351125144623
Binary100001011110101111011011111101100101010100110010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,30,47); }

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

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

 a { background-color: rgb(66,30,47); }

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

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

 span { border-color: rgb(66,30,47); }

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