Html Css Color HEX #42202B Castro

📋 copy color: '#42202B'

red 66 ◦ green 32 ◦ blue 43

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

Shades of Castro #42202B

Tints of Castro #42202B

RGB

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

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

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

R = 46.81%
G = 22.7%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.35

 K value IS 0.74

RGB Variations

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

Color information

#42202B (or 0x42202B) is known color: Castro. HEX triplet: 42, 20 and 2B. RGB value is (66,32,43). Sum of RGB (Red+Green+Blue) = 66+32+43=141 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.81% from 141); Green value is 32 (12.89% from 255 or 22.70% from 141); Blue value is 43 (17.19% from 255 or 30.50% from 141); Max value from RGB is 66 - color contains mainly: red. Hex color #42202B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42202B is #BDDFD4. Grayscale: #2B2B2B. Windows color (decimal): -12443605 or 2826306. OLE color: 2826306.

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

Color convert

RGB 66 32 43 -
CMYK 0 0.52 0.35 0.74
HSL 340.59º 0.35% 0.19% -
HSV(B) 340.59º 0.52% 0.26% -
XYZ 3.2 2.37 2.57 -
YUV 43.42 127.76 144.11 -
System Red Green Blue C M Y K H S L
Decimal 66 32 43 0 0.52 0.35 0.74 340.59 0.35 0.19
Hex 42 20 2B 0 34 23 4A 155 23 13
Octal 102 40 53 0 64 43 112 525 43 23
Binary 1000010 100000 101011 0 110100 100011 1001010 101010101 100011 10011

Color Harmonies of #42202B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42202B

Black with #42202B

Text Example


Text Example

White with #42202B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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