Html Css Color HEX #42212A Castro

📋 copy color: '#42212A'

red 66 ◦ green 33 ◦ blue 42

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

Shades of Castro #42212A

Tints of Castro #42212A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 29.79%

R = 46.81%
G = 23.4%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.36

 K value IS 0.74

RGB Variations

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

Color information

#42212A (or 0x42212A) is known color: Castro. HEX triplet: 42, 21 and 2A. RGB value is (66,33,42). Sum of RGB (Red+Green+Blue) = 66+33+42=141 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.81% from 141); Green value is 33 (13.28% from 255 or 23.40% from 141); Blue value is 42 (16.80% from 255 or 29.79% from 141); Max value from RGB is 66 - color contains mainly: red. Hex color #42212A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42212A is #BDDED5. Grayscale: #2B2B2B. Windows color (decimal): -12443350 or 2761026. OLE color: 2761026.

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

Color convert

RGB 66 33 42 -
CMYK 0 0.5 0.36 0.74
HSL 343.64º 0.33% 0.19% -
HSV(B) 343.64º 0.5% 0.26% -
XYZ 3.21 2.41 2.49 -
YUV 43.89 126.93 143.77 -
System Red Green Blue C M Y K H S L
Decimal 66 33 42 0 0.5 0.36 0.74 343.64 0.33 0.19
Hex 42 21 2A 0 32 24 4A 158 21 13
Octal 102 41 52 0 62 44 112 530 41 23
Binary 1000010 100001 101010 0 110010 100100 1001010 101011000 100001 10011

Color Harmonies of #42212A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42212A

Black with #42212A

Text Example


Text Example

White with #42212A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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