Html Css Color HEX #3C393F Jagger

📋 copy color: '#3C393F'

red 60 ◦ green 57 ◦ blue 63

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

Shades of Jagger #3C393F

Tints of Jagger #3C393F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 31.67%

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

R = 33.33%
G = 31.67%
B = 35%

CMYK

 C value IS 0.05

 M value IS 0.10

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3C393F (or 0x3C393F) is known color: Jagger. HEX triplet: 3C, 39 and 3F. RGB value is (60,57,63). Sum of RGB (Red+Green+Blue) = 60+57+63=180 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.33% from 180); Green value is 57 (22.66% from 255 or 31.67% from 180); Blue value is 63 (25% from 255 or 35% from 180); Max value from RGB is 63 - color contains mainly: blue. Hex color #3C393F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C393F is #C3C6C0. Grayscale: #3A3A3A. Windows color (decimal): -12830401 or 4143420. OLE color: 4143420.

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

Color convert

RGB 60 57 63 -
CMYK 0.05 0.10 0 0.75
HSL 270º 0.05% 0.24% -
HSV(B) 270º 0.1% 0.25% -
XYZ 4.22 4.25 5.3 -
YUV 58.58 130.49 129.01 -
System Red Green Blue C M Y K H S L
Decimal 60 57 63 0.05 0.10 0 0.75 270 0.05 0.24
Hex 3C 39 3F 5 A 0 4B 10E 5 18
Octal 74 71 77 5 12 0 113 416 5 30
Binary 111100 111001 111111 101 1010 0 1001011 100001110 101 11000

Color Harmonies of #3C393F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C393F

Black with #3C393F

Text Example


Text Example

White with #3C393F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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