Html Css Color HEX #3E1625 Castro

📋 copy color: '#3E1625'

red 62 ◦ green 22 ◦ blue 37

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

Shades of Castro #3E1625

Tints of Castro #3E1625

RGB

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

 GREEN value IS 22 (8.98% from 255) = 18.18%

 BLUE value IS 37 (14.84% from 255) = 30.58%

R = 51.24%
G = 18.18%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.76

RGB Variations

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

Color information

#3E1625 (or 0x3E1625) is known color: Castro. HEX triplet: 3E, 16 and 25. RGB value is (62,22,37). Sum of RGB (Red+Green+Blue) = 62+22+37=121 (16% of max value = 765). Red value is 62 (24.61% from 255 or 51.24% from 121); Green value is 22 (8.98% from 255 or 18.18% from 121); Blue value is 37 (14.84% from 255 or 30.58% from 121); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1625 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1625 is #C1E9DA. Grayscale: #232323. Windows color (decimal): -12708315 or 2430526. OLE color: 2430526.

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

Color convert

RGB 62 22 37 -
CMYK 0 0.65 0.40 0.76
HSL 337.5º 0.48% 0.16% -
HSV(B) 337.5º 0.65% 0.24% -
XYZ 2.61 1.73 1.95 -
YUV 35.67 128.75 146.78 -
System Red Green Blue C M Y K H S L
Decimal 62 22 37 0 0.65 0.40 0.76 337.5 0.48 0.16
Hex 3E 16 25 0 41 28 4C 152 30 10
Octal 76 26 45 0 101 50 114 522 60 20
Binary 111110 10110 100101 0 1000001 101000 1001100 101010010 110000 10000

Color Harmonies of #3E1625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1625

Black with #3E1625

Text Example


Text Example

White with #3E1625

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,22,37); }

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

background-color css

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

 a { background-color: rgb(62,22,37); }

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

border-color css

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

 span { border-color: rgb(62,22,37); }

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