Html Css Color HEX #420E29 Blackberry

📋 copy color: '#420E29'

red 66 ◦ green 14 ◦ blue 41

#420E29
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #420E29

Tints of Blackberry #420E29

RGB

 RED value IS 66 (26.17% from 255) = 54.55%

 GREEN value IS 14 (5.86% from 255) = 11.57%

 BLUE value IS 41 (16.41% from 255) = 33.88%

R = 54.55%
G = 11.57%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.38

 K value IS 0.74

RGB Variations

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

Color information

#420E29 (or 0x420E29) is known color: Blackberry. HEX triplet: 42, 0E and 29. RGB value is (66,14,41). Sum of RGB (Red+Green+Blue) = 66+14+41=121 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.55% from 121); Green value is 14 (5.86% from 255 or 11.57% from 121); Blue value is 41 (16.41% from 255 or 33.88% from 121); Max value from RGB is 66 - color contains mainly: red. Hex color #420E29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420E29 is #BDF1D6. Grayscale: #202020. Windows color (decimal): -12448215 or 2690626. OLE color: 2690626.

HSL color Cylindrical-coordinate representation of color #420E29: hue angle of 328.85º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #420E29 is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 14 41 -
CMYK 0 0.79 0.38 0.74
HSL 328.85º 0.65% 0.16% -
HSV(B) 328.85º 0.79% 0.26% -
XYZ 2.8 1.63 2.27 -
YUV 32.63 132.73 151.8 -
System Red Green Blue C M Y K H S L
Decimal 66 14 41 0 0.79 0.38 0.74 328.85 0.65 0.16
Hex 42 E 29 0 4F 26 4A 149 41 10
Octal 102 16 51 0 117 46 112 511 101 20
Binary 1000010 1110 101001 0 1001111 100110 1001010 101001001 1000001 10000

Color Harmonies of #420E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420E29

Black with #420E29

Text Example


Text Example

White with #420E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420E29; }

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

 H1.HeaderClassName
 {
   color: #420E29;
 }
 .AnyTagClassName
 {
   color: #420E29;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #420E29;
 }
 .BgClassName
 {
   background-color: #420E29;
 }
</style>

border-color css

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

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

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