Html Css Color HEX #3E262F Castro

📋 copy color: '#3E262F'

red 62 ◦ green 38 ◦ blue 47

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

Shades of Castro #3E262F

Tints of Castro #3E262F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 25.85%

 BLUE value IS 47 (18.75% from 255) = 31.97%

R = 42.18%
G = 25.85%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.24

 K value IS 0.76

RGB Variations

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

Color information

#3E262F (or 0x3E262F) is known color: Castro. HEX triplet: 3E, 26 and 2F. RGB value is (62,38,47). Sum of RGB (Red+Green+Blue) = 62+38+47=147 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.18% from 147); Green value is 38 (15.23% from 255 or 25.85% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 62 - color contains mainly: red. Hex color #3E262F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E262F is #C1D9D0. Grayscale: #2E2E2E. Windows color (decimal): -12704209 or 3089982. OLE color: 3089982.

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

Color convert

RGB 62 38 47 -
CMYK 0 0.39 0.24 0.76
HSL 337.5º 0.24% 0.2% -
HSV(B) 337.5º 0.39% 0.24% -
XYZ 3.19 2.62 3.03 -
YUV 46.2 128.45 139.27 -
System Red Green Blue C M Y K H S L
Decimal 62 38 47 0 0.39 0.24 0.76 337.5 0.24 0.2
Hex 3E 26 2F 0 27 18 4C 152 18 14
Octal 76 46 57 0 47 30 114 522 30 24
Binary 111110 100110 101111 0 100111 11000 1001100 101010010 11000 10100

Color Harmonies of #3E262F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E262F

Black with #3E262F

Text Example


Text Example

White with #3E262F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,38,47); }

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

background-color css

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

 a { background-color: rgb(62,38,47); }

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

border-color css

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

 span { border-color: rgb(62,38,47); }

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