Html Css Color HEX #42212B Castro

📋 copy color: '#42212B'

red 66 ◦ green 33 ◦ blue 43

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

Shades of Castro #42212B

Tints of Castro #42212B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 30.28%

R = 46.48%
G = 23.24%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.35

 K value IS 0.74

RGB Variations

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

Color information

#42212B (or 0x42212B) is known color: Castro. HEX triplet: 42, 21 and 2B. RGB value is (66,33,43). Sum of RGB (Red+Green+Blue) = 66+33+43=142 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.48% from 142); Green value is 33 (13.28% from 255 or 23.24% from 142); Blue value is 43 (17.19% from 255 or 30.28% from 142); Max value from RGB is 66 - color contains mainly: red. Hex color #42212B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42212B is #BDDED4. Grayscale: #2C2C2C. Windows color (decimal): -12443349 or 2826562. OLE color: 2826562.

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

Color convert

RGB 66 33 43 -
CMYK 0 0.5 0.35 0.74
HSL 341.82º 0.33% 0.19% -
HSV(B) 341.82º 0.5% 0.26% -
XYZ 3.23 2.42 2.58 -
YUV 44.01 127.43 143.69 -
System Red Green Blue C M Y K H S L
Decimal 66 33 43 0 0.5 0.35 0.74 341.82 0.33 0.19
Hex 42 21 2B 0 32 23 4A 156 21 13
Octal 102 41 53 0 62 43 112 526 41 23
Binary 1000010 100001 101011 0 110010 100011 1001010 101010110 100001 10011

Color Harmonies of #42212B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42212B

Black with #42212B

Text Example


Text Example

White with #42212B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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