#3E1C2A

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

Shades of Castro #3E1C2A

Tints of Castro #3E1C2A

Color information

#3E1C2A (or 0x3E1C2A) is unknown color: approx Castro. HEX triplet: 3E, 1C and 2A. RGB value is (62,28,42). Sum of RGB (Red+Green+Blue) = 62+28+42=132 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.97% from 132); Green value is 28 (11.33% from 255 or 21.21% from 132); Blue value is 42 (16.80% from 255 or 31.82% from 132); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E1C2A is #C1E3D5. Grayscale: #272727. Windows color (decimal): -12706774 or 2759742. OLE color: 2759742.

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

Color convert

RGB622842-
CMYK00.550.320.76
HSL335.29º37.78%17.65%-
HSV(B)335.29º54.84%24.31%-
XYZ2.822.022.43-
YUV39.76129.26143.86-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 46.97%
GREEN value IS 28 (11.33% from 255) = 21.21%
BLUE value IS 42 (16.80% from 255) = 31.82%
R=46.97%
G=21.21%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.32
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62284200.550.320.76335.2937.7817.65
Hex3E1C2A037204C14f2612
Octal763452067401145174622
Binary111110111001010100110111100000100110010100111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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