Html Css Color HEX #3C252D Castro

📋 copy color: '#3C252D'

red 60 ◦ green 37 ◦ blue 45

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

Shades of Castro #3C252D

Tints of Castro #3C252D

RGB

 RED value IS 60 (23.83% from 255) = 42.25%

 GREEN value IS 37 (14.84% from 255) = 26.06%

 BLUE value IS 45 (17.97% from 255) = 31.69%

R = 42.25%
G = 26.06%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.25

 K value IS 0.76

RGB Variations

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

Color information

#3C252D (or 0x3C252D) is known color: Castro. HEX triplet: 3C, 25 and 2D. RGB value is (60,37,45). Sum of RGB (Red+Green+Blue) = 60+37+45=142 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.25% from 142); Green value is 37 (14.84% from 255 or 26.06% from 142); Blue value is 45 (17.97% from 255 or 31.69% from 142); Max value from RGB is 60 - color contains mainly: red. Hex color #3C252D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C252D is #C3DAD2. Grayscale: #2C2C2C. Windows color (decimal): -12835539 or 2958652. OLE color: 2958652.

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

Color convert

RGB 60 37 45 -
CMYK 0 0.38 0.25 0.76
HSL 339.13º 0.24% 0.19% -
HSV(B) 339.13º 0.38% 0.24% -
XYZ 3 2.47 2.8 -
YUV 44.79 128.12 138.85 -
System Red Green Blue C M Y K H S L
Decimal 60 37 45 0 0.38 0.25 0.76 339.13 0.24 0.19
Hex 3C 25 2D 0 26 19 4C 153 18 13
Octal 74 45 55 0 46 31 114 523 30 23
Binary 111100 100101 101101 0 100110 11001 1001100 101010011 11000 10011

Color Harmonies of #3C252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C252D

Black with #3C252D

Text Example


Text Example

White with #3C252D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,37,45); }

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

background-color css

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

 a { background-color: rgb(60,37,45); }

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

border-color css

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

 span { border-color: rgb(60,37,45); }

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