Html Css Color HEX #3E2A31 Castro

📋 copy color: '#3E2A31'

red 62 ◦ green 42 ◦ blue 49

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

Shades of Castro #3E2A31

Tints of Castro #3E2A31

RGB

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

 GREEN value IS 42 (16.8% from 255) = 27.45%

 BLUE value IS 49 (19.53% from 255) = 32.03%

R = 40.52%
G = 27.45%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.76

RGB Variations

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

Color information

#3E2A31 (or 0x3E2A31) is known color: Castro. HEX triplet: 3E, 2A and 31. RGB value is (62,42,49). Sum of RGB (Red+Green+Blue) = 62+42+49=153 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40.52% from 153); Green value is 42 (16.80% from 255 or 27.45% from 153); Blue value is 49 (19.53% from 255 or 32.03% from 153); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2A31 is #C1D5CE. Grayscale: #303030. Windows color (decimal): -12703183 or 3222078. OLE color: 3222078.

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

Color convert

RGB 62 42 49 -
CMYK 0 0.32 0.21 0.76
HSL 339º 0.19% 0.2% -
HSV(B) 339º 0.32% 0.24% -
XYZ 3.37 2.9 3.29 -
YUV 48.78 128.13 137.43 -
System Red Green Blue C M Y K H S L
Decimal 62 42 49 0 0.32 0.21 0.76 339 0.19 0.2
Hex 3E 2A 31 0 20 15 4C 153 13 14
Octal 76 52 61 0 40 25 114 523 23 24
Binary 111110 101010 110001 0 100000 10101 1001100 101010011 10011 10100

Color Harmonies of #3E2A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2A31

Black with #3E2A31

Text Example


Text Example

White with #3E2A31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,42,49); }

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

background-color css

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

 a { background-color: rgb(62,42,49); }

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

border-color css

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

 span { border-color: rgb(62,42,49); }

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