Html Css Color HEX #3C252F Toledo

📋 copy color: '#3C252F'

red 60 ◦ green 37 ◦ blue 47

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

Shades of Toledo #3C252F

Tints of Toledo #3C252F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 32.64%

R = 41.67%
G = 25.69%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.22

 K value IS 0.76

RGB Variations

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

Color information

#3C252F (or 0x3C252F) is known color: Toledo. HEX triplet: 3C, 25 and 2F. RGB value is (60,37,47). Sum of RGB (Red+Green+Blue) = 60+37+47=144 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.67% from 144); Green value is 37 (14.84% from 255 or 25.69% from 144); Blue value is 47 (18.75% from 255 or 32.64% from 144); Max value from RGB is 60 - color contains mainly: red. Hex color #3C252F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C252F is #C3DAD0. Grayscale: #2D2D2D. Windows color (decimal): -12835537 or 3089724. OLE color: 3089724.

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

Color convert

RGB 60 37 47 -
CMYK 0 0.38 0.22 0.76
HSL 333.91º 0.24% 0.19% -
HSV(B) 333.91º 0.38% 0.24% -
XYZ 3.04 2.49 3.01 -
YUV 45.02 129.12 138.69 -
System Red Green Blue C M Y K H S L
Decimal 60 37 47 0 0.38 0.22 0.76 333.91 0.24 0.19
Hex 3C 25 2F 0 26 16 4C 14E 18 13
Octal 74 45 57 0 46 26 114 516 30 23
Binary 111100 100101 101111 0 100110 10110 1001100 101001110 11000 10011

Color Harmonies of #3C252F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C252F

Black with #3C252F

Text Example


Text Example

White with #3C252F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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