Html Css Color HEX #42212F Castro

📋 copy color: '#42212F'

red 66 ◦ green 33 ◦ blue 47

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

Shades of Castro #42212F

Tints of Castro #42212F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 32.19%

R = 45.21%
G = 22.6%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.29

 K value IS 0.74

RGB Variations

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

Color information

#42212F (or 0x42212F) is known color: Castro. HEX triplet: 42, 21 and 2F. RGB value is (66,33,47). Sum of RGB (Red+Green+Blue) = 66+33+47=146 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.21% from 146); Green value is 33 (13.28% from 255 or 22.60% from 146); Blue value is 47 (18.75% from 255 or 32.19% from 146); Max value from RGB is 66 - color contains mainly: red. Hex color #42212F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42212F is #BDDED0. Grayscale: #2C2C2C. Windows color (decimal): -12443345 or 3088706. OLE color: 3088706.

HSL color Cylindrical-coordinate representation of color #42212F: hue angle of 334.55º 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 #42212F is Cyan = 0, Magento = 0.5, Yellow = 0.29 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 33 47 -
CMYK 0 0.5 0.29 0.74
HSL 334.55º 0.33% 0.19% -
HSV(B) 334.55º 0.5% 0.26% -
XYZ 3.3 2.45 2.99 -
YUV 44.46 129.43 143.36 -
System Red Green Blue C M Y K H S L
Decimal 66 33 47 0 0.5 0.29 0.74 334.55 0.33 0.19
Hex 42 21 2F 0 32 1D 4A 14F 21 13
Octal 102 41 57 0 62 35 112 517 41 23
Binary 1000010 100001 101111 0 110010 11101 1001010 101001111 100001 10011

Color Harmonies of #42212F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42212F

Black with #42212F

Text Example


Text Example

White with #42212F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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