Html Css Color HEX #42202C Castro

📋 copy color: '#42202C'

red 66 ◦ green 32 ◦ blue 44

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

Shades of Castro #42202C

Tints of Castro #42202C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 22.54%

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

R = 46.48%
G = 22.54%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.33

 K value IS 0.74

RGB Variations

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

Color information

#42202C (or 0x42202C) is known color: Castro. HEX triplet: 42, 20 and 2C. RGB value is (66,32,44). Sum of RGB (Red+Green+Blue) = 66+32+44=142 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.48% from 142); Green value is 32 (12.89% from 255 or 22.54% from 142); Blue value is 44 (17.58% from 255 or 30.99% from 142); Max value from RGB is 66 - color contains mainly: red. Hex color #42202C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42202C is #BDDFD3. Grayscale: #2B2B2B. Windows color (decimal): -12443604 or 2891842. OLE color: 2891842.

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

Color convert

RGB 66 32 44 -
CMYK 0 0.52 0.33 0.74
HSL 338.82º 0.35% 0.19% -
HSV(B) 338.82º 0.52% 0.26% -
XYZ 3.22 2.37 2.67 -
YUV 43.53 128.26 144.02 -
System Red Green Blue C M Y K H S L
Decimal 66 32 44 0 0.52 0.33 0.74 338.82 0.35 0.19
Hex 42 20 2C 0 34 21 4A 153 23 13
Octal 102 40 54 0 64 41 112 523 43 23
Binary 1000010 100000 101100 0 110100 100001 1001010 101010011 100011 10011

Color Harmonies of #42202C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42202C

Black with #42202C

Text Example


Text Example

White with #42202C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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