#3E202B

Color #3E202B Castro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Castro #3E202B

Tints of Castro #3E202B

Color information

#3E202B (or 0x3E202B) is unknown color: approx Castro. HEX triplet: 3E, 20 and 2B. RGB value is (62,32,43). Sum of RGB (Red+Green+Blue) = 62+32+43=137 (18% of max value = 765). Red value is 62 (24.61% from 255 or 45.26% from 137); Green value is 32 (12.89% from 255 or 23.36% from 137); Blue value is 43 (17.19% from 255 or 31.39% from 137); Max value from RGB is 62 - color contains mainly: red. Hex color #3E202B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E202B is #C1DFD4. Grayscale: #2A2A2A. Windows color (decimal): -12705749 or 2826302. OLE color: 2826302.

HSL color Cylindrical-coordinate representation of color #3E202B: hue angle of 338º 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 #3E202B is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.76.

Color convert

RGB623243-
CMYK00.480.310.76
HSL338º31.91%18.43%-
HSV(B)338º48.39%24.31%-
XYZ2.942.232.56-
YUV42.22128.44142.11-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 45.26%
GREEN value IS 32 (12.89% from 255) = 23.36%
BLUE value IS 43 (17.19% from 255) = 31.39%
R=45.26%
G=23.36%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.31
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62324300.480.310.7633831.9118.43
Hex3E202B0301F4C1522012
Octal764053060371145224022
Binary111110100000101011011000011111100110010101001010000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E202B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3E202B;
 }
 .AnyTagClassName
 {
   color: #3E202B;
 }
</style>
background-color css

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

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

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

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

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

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