Html Css Color HEX #3E1E2B Castro

📋 copy color: '#3E1E2B'

red 62 ◦ green 30 ◦ blue 43

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

Shades of Castro #3E1E2B

Tints of Castro #3E1E2B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 22.22%

 BLUE value IS 43 (17.19% from 255) = 31.85%

R = 45.93%
G = 22.22%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.31

 K value IS 0.76

RGB Variations

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

Color information

#3E1E2B (or 0x3E1E2B) is known color: Castro. HEX triplet: 3E, 1E and 2B. RGB value is (62,30,43). Sum of RGB (Red+Green+Blue) = 62+30+43=135 (17% of max value = 765). Red value is 62 (24.61% from 255 or 45.93% from 135); Green value is 30 (12.11% from 255 or 22.22% from 135); Blue value is 43 (17.19% from 255 or 31.85% from 135); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E1E2B is #C1E1D4. Grayscale: #292929. Windows color (decimal): -12706261 or 2825790. OLE color: 2825790.

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

Color convert

RGB 62 30 43 -
CMYK 0 0.52 0.31 0.76
HSL 335.63º 0.35% 0.18% -
HSV(B) 335.63º 0.52% 0.24% -
XYZ 2.89 2.13 2.54 -
YUV 41.05 129.1 142.94 -
System Red Green Blue C M Y K H S L
Decimal 62 30 43 0 0.52 0.31 0.76 335.63 0.35 0.18
Hex 3E 1E 2B 0 34 1F 4C 150 23 12
Octal 76 36 53 0 64 37 114 520 43 22
Binary 111110 11110 101011 0 110100 11111 1001100 101010000 100011 10010

Color Harmonies of #3E1E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1E2B

Black with #3E1E2B

Text Example


Text Example

White with #3E1E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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