Html Css Color HEX #420129 Blackberry

📋 copy color: '#420129'

red 66 ◦ green 1 ◦ blue 41

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

Shades of Blackberry #420129

Tints of Blackberry #420129

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.93%

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

R = 61.11%
G = 0.93%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.74

RGB Variations

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

Color information

#420129 (or 0x420129) is known color: Blackberry. HEX triplet: 42, 01 and 29. RGB value is (66,1,41). Sum of RGB (Red+Green+Blue) = 66+1+41=108 (14% of max value = 765). Red value is 66 (26.17% from 255 or 61.11% from 108); Green value is 1 (0.78% from 255 or 0.93% from 108); Blue value is 41 (16.41% from 255 or 37.96% from 108); Max value from RGB is 66 - color contains mainly: red. Hex color #420129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420129 is #BDFED6. Grayscale: #181818. Windows color (decimal): -12451543 or 2687298. OLE color: 2687298.

HSL color Cylindrical-coordinate representation of color #420129: hue angle of 323.08º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #420129 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 1 41 -
CMYK 0 0.98 0.38 0.74
HSL 323.08º 0.97% 0.13% -
HSV(B) 323.08º 0.98% 0.26% -
XYZ 2.66 1.34 2.22 -
YUV 25 137.03 157.25 -
System Red Green Blue C M Y K H S L
Decimal 66 1 41 0 0.98 0.38 0.74 323.08 0.97 0.13
Hex 42 1 29 0 62 26 4A 143 61 D
Octal 102 1 51 0 142 46 112 503 141 15
Binary 1000010 1 101001 0 1100010 100110 1001010 101000011 1100001 1101

Color Harmonies of #420129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420129

Black with #420129

Text Example


Text Example

White with #420129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420129; }

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

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

background-color css

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

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

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

border-color css

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

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

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