Html Css Color HEX #3E2930 Castro

📋 copy color: '#3E2930'

red 62 ◦ green 41 ◦ blue 48

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

Shades of Castro #3E2930

Tints of Castro #3E2930

RGB

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

 GREEN value IS 41 (16.41% from 255) = 27.15%

 BLUE value IS 48 (19.14% from 255) = 31.79%

R = 41.06%
G = 27.15%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.23

 K value IS 0.76

RGB Variations

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

Color information

#3E2930 (or 0x3E2930) is known color: Castro. HEX triplet: 3E, 29 and 30. RGB value is (62,41,48). Sum of RGB (Red+Green+Blue) = 62+41+48=151 (20% of max value = 765). Red value is 62 (24.61% from 255 or 41.06% from 151); Green value is 41 (16.41% from 255 or 27.15% from 151); Blue value is 48 (19.14% from 255 or 31.79% from 151); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2930 is #C1D6CF. Grayscale: #303030. Windows color (decimal): -12703440 or 3156286. OLE color: 3156286.

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

Color convert

RGB 62 41 48 -
CMYK 0 0.34 0.23 0.76
HSL 340º 0.2% 0.2% -
HSV(B) 340º 0.34% 0.24% -
XYZ 3.31 2.82 3.17 -
YUV 48.08 127.96 137.93 -
System Red Green Blue C M Y K H S L
Decimal 62 41 48 0 0.34 0.23 0.76 340 0.2 0.2
Hex 3E 29 30 0 22 17 4C 154 14 14
Octal 76 51 60 0 42 27 114 524 24 24
Binary 111110 101001 110000 0 100010 10111 1001100 101010100 10100 10100

Color Harmonies of #3E2930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2930

Black with #3E2930

Text Example


Text Example

White with #3E2930

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,41,48); }

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

background-color css

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

 a { background-color: rgb(62,41,48); }

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

border-color css

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

 span { border-color: rgb(62,41,48); }

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