Html Css Color HEX #421329 Blackberry

📋 copy color: '#421329'

red 66 ◦ green 19 ◦ blue 41

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

Shades of Blackberry #421329

Tints of Blackberry #421329

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.08%

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

R = 52.38%
G = 15.08%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.38

 K value IS 0.74

RGB Variations

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

Color information

#421329 (or 0x421329) is known color: Blackberry. HEX triplet: 42, 13 and 29. RGB value is (66,19,41). Sum of RGB (Red+Green+Blue) = 66+19+41=126 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.38% from 126); Green value is 19 (7.81% from 255 or 15.08% from 126); Blue value is 41 (16.41% from 255 or 32.54% from 126); Max value from RGB is 66 - color contains mainly: red. Hex color #421329 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421329 is #BDECD6. Grayscale: #232323. Windows color (decimal): -12446935 or 2691906. OLE color: 2691906.

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

Color convert

RGB 66 19 41 -
CMYK 0 0.71 0.38 0.74
HSL 331.91º 0.55% 0.17% -
HSV(B) 331.91º 0.71% 0.26% -
XYZ 2.88 1.78 2.29 -
YUV 35.56 131.07 149.71 -
System Red Green Blue C M Y K H S L
Decimal 66 19 41 0 0.71 0.38 0.74 331.91 0.55 0.17
Hex 42 13 29 0 47 26 4A 14C 37 11
Octal 102 23 51 0 107 46 112 514 67 21
Binary 1000010 10011 101001 0 1000111 100110 1001010 101001100 110111 10001

Color Harmonies of #421329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421329

Black with #421329

Text Example


Text Example

White with #421329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421329; }

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

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

background-color css

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

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

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

border-color css

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

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

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