Html Css Color HEX #421429 Blackberry

📋 copy color: '#421429'

red 66 ◦ green 20 ◦ blue 41

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

Shades of Blackberry #421429

Tints of Blackberry #421429

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.75%

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

R = 51.97%
G = 15.75%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.74

RGB Variations

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

Color information

#421429 (or 0x421429) is known color: Blackberry. HEX triplet: 42, 14 and 29. RGB value is (66,20,41). Sum of RGB (Red+Green+Blue) = 66+20+41=127 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.97% from 127); Green value is 20 (8.20% from 255 or 15.75% from 127); Blue value is 41 (16.41% from 255 or 32.28% from 127); Max value from RGB is 66 - color contains mainly: red. Hex color #421429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421429 is #BDEBD6. Grayscale: #242424. Windows color (decimal): -12446679 or 2692162. OLE color: 2692162.

HSL color Cylindrical-coordinate representation of color #421429: hue angle of 332.61º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #421429 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 20 41 -
CMYK 0 0.70 0.38 0.74
HSL 332.61º 0.53% 0.17% -
HSV(B) 332.61º 0.7% 0.26% -
XYZ 2.9 1.82 2.3 -
YUV 36.15 130.74 149.29 -
System Red Green Blue C M Y K H S L
Decimal 66 20 41 0 0.70 0.38 0.74 332.61 0.53 0.17
Hex 42 14 29 0 46 26 4A 14D 35 11
Octal 102 24 51 0 106 46 112 515 65 21
Binary 1000010 10100 101001 0 1000110 100110 1001010 101001101 110101 10001

Color Harmonies of #421429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421429

Black with #421429

Text Example


Text Example

White with #421429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421429; }

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

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

background-color css

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

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

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

border-color css

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

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

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