Html Css Color HEX #3E202C Castro

📋 copy color: '#3E202C'

red 62 ◦ green 32 ◦ blue 44

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

Shades of Castro #3E202C

Tints of Castro #3E202C

RGB

 RED value IS 62 (24.61% from 255) = 44.93%

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

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

R = 44.93%
G = 23.19%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.29

 K value IS 0.76

RGB Variations

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

Color information

#3E202C (or 0x3E202C) is known color: Castro. HEX triplet: 3E, 20 and 2C. RGB value is (62,32,44). Sum of RGB (Red+Green+Blue) = 62+32+44=138 (18% of max value = 765). Red value is 62 (24.61% from 255 or 44.93% from 138); Green value is 32 (12.89% from 255 or 23.19% from 138); Blue value is 44 (17.58% from 255 or 31.88% from 138); Max value from RGB is 62 - color contains mainly: red. Hex color #3E202C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E202C is #C1DFD3. Grayscale: #2A2A2A. Windows color (decimal): -12705748 or 2891838. OLE color: 2891838.

HSL color Cylindrical-coordinate representation of color #3E202C: hue angle of 336º degrees, saturation: 0.32, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3E202C is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 32 44 -
CMYK 0 0.48 0.29 0.76
HSL 336º 0.32% 0.18% -
HSV(B) 336º 0.48% 0.24% -
XYZ 2.96 2.24 2.66 -
YUV 42.34 128.94 142.02 -
System Red Green Blue C M Y K H S L
Decimal 62 32 44 0 0.48 0.29 0.76 336 0.32 0.18
Hex 3E 20 2C 0 30 1D 4C 150 20 12
Octal 76 40 54 0 60 35 114 520 40 22
Binary 111110 100000 101100 0 110000 11101 1001100 101010000 100000 10010

Color Harmonies of #3E202C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E202C

Black with #3E202C

Text Example


Text Example

White with #3E202C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E202C; }

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

 H1.HeaderClassName
 {
   color: #3E202C;
 }
 .AnyTagClassName
 {
   color: #3E202C;
 }
</style>

background-color css

<style>
 a { background-color: #3E202C; }

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

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

border-color css

<style>
 span { border-color: #3E202C; }

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

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