Html Css Color HEX #421E2C Castro

📋 copy color: '#421E2C'

red 66 ◦ green 30 ◦ blue 44

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

Shades of Castro #421E2C

Tints of Castro #421E2C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 21.43%

 BLUE value IS 44 (17.58% from 255) = 31.43%

R = 47.14%
G = 21.43%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.33

 K value IS 0.74

RGB Variations

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

Color information

#421E2C (or 0x421E2C) is known color: Castro. HEX triplet: 42, 1E and 2C. RGB value is (66,30,44). Sum of RGB (Red+Green+Blue) = 66+30+44=140 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.14% from 140); Green value is 30 (12.11% from 255 or 21.43% from 140); Blue value is 44 (17.58% from 255 or 31.43% from 140); Max value from RGB is 66 - color contains mainly: red. Hex color #421E2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421E2C is #BDE1D3. Grayscale: #2A2A2A. Windows color (decimal): -12444116 or 2891330. OLE color: 2891330.

HSL color Cylindrical-coordinate representation of color #421E2C: hue angle of 336.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 #421E2C is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 30 44 -
CMYK 0 0.55 0.33 0.74
HSL 336.67º 0.38% 0.19% -
HSV(B) 336.67º 0.55% 0.26% -
XYZ 3.17 2.27 2.65 -
YUV 42.36 128.93 144.86 -
System Red Green Blue C M Y K H S L
Decimal 66 30 44 0 0.55 0.33 0.74 336.67 0.38 0.19
Hex 42 1E 2C 0 37 21 4A 151 26 13
Octal 102 36 54 0 67 41 112 521 46 23
Binary 1000010 11110 101100 0 110111 100001 1001010 101010001 100110 10011

Color Harmonies of #421E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421E2C

Black with #421E2C

Text Example


Text Example

White with #421E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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