Html Css Color HEX #42212C Castro

📋 copy color: '#42212C'

red 66 ◦ green 33 ◦ blue 44

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

Shades of Castro #42212C

Tints of Castro #42212C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 23.08%

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

R = 46.15%
G = 23.08%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.33

 K value IS 0.74

RGB Variations

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

Color information

#42212C (or 0x42212C) is known color: Castro. HEX triplet: 42, 21 and 2C. RGB value is (66,33,44). Sum of RGB (Red+Green+Blue) = 66+33+44=143 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.15% from 143); Green value is 33 (13.28% from 255 or 23.08% from 143); Blue value is 44 (17.58% from 255 or 30.77% from 143); Max value from RGB is 66 - color contains mainly: red. Hex color #42212C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42212C is #BDDED3. Grayscale: #2C2C2C. Windows color (decimal): -12443348 or 2892098. OLE color: 2892098.

HSL color Cylindrical-coordinate representation of color #42212C: hue angle of 340º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #42212C is Cyan = 0, Magento = 0.5, Yellow = 0.33 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 33 44 -
CMYK 0 0.5 0.33 0.74
HSL 340º 0.33% 0.19% -
HSV(B) 340º 0.5% 0.26% -
XYZ 3.25 2.43 2.68 -
YUV 44.12 127.93 143.61 -
System Red Green Blue C M Y K H S L
Decimal 66 33 44 0 0.5 0.33 0.74 340 0.33 0.19
Hex 42 21 2C 0 32 21 4A 154 21 13
Octal 102 41 54 0 62 41 112 524 41 23
Binary 1000010 100001 101100 0 110010 100001 1001010 101010100 100001 10011

Color Harmonies of #42212C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42212C

Black with #42212C

Text Example


Text Example

White with #42212C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42212C; }

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

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

background-color css

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

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

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

border-color css

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

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

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