Html Css Color HEX #3C293F Valentino

📋 copy color: '#3C293F'

red 60 ◦ green 41 ◦ blue 63

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

Shades of Valentino #3C293F

Tints of Valentino #3C293F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25%

 BLUE value IS 63 (25% from 255) = 38.41%

R = 36.59%
G = 25%
B = 38.41%

CMYK

 C value IS 0.05

 M value IS 0.35

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3C293F (or 0x3C293F) is known color: Valentino. HEX triplet: 3C, 29 and 3F. RGB value is (60,41,63). Sum of RGB (Red+Green+Blue) = 60+41+63=164 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.59% from 164); Green value is 41 (16.41% from 255 or 25% from 164); Blue value is 63 (25% from 255 or 38.41% from 164); Max value from RGB is 63 - color contains mainly: blue. Hex color #3C293F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C293F is #C3D6C0. Grayscale: #313131. Windows color (decimal): -12834497 or 4139324. OLE color: 4139324.

HSL color Cylindrical-coordinate representation of color #3C293F: hue angle of 291.82º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3C293F is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 60 41 63 -
CMYK 0.05 0.35 0 0.75
HSL 291.82º 0.21% 0.2% -
HSV(B) 291.82º 0.35% 0.25% -
XYZ 3.55 2.91 5.08 -
YUV 49.19 135.79 135.71 -
System Red Green Blue C M Y K H S L
Decimal 60 41 63 0.05 0.35 0 0.75 291.82 0.21 0.2
Hex 3C 29 3F 5 23 0 4B 124 15 14
Octal 74 51 77 5 43 0 113 444 25 24
Binary 111100 101001 111111 101 100011 0 1001011 100100100 10101 10100

Color Harmonies of #3C293F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C293F

Black with #3C293F

Text Example


Text Example

White with #3C293F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,41,63); }

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

background-color css

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

 a { background-color: rgb(60,41,63); }

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

border-color css

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

 span { border-color: rgb(60,41,63); }

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