Html Css Color HEX #3C3740 Jagger

📋 copy color: '#3C3740'

red 60 ◦ green 55 ◦ blue 64

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

Shades of Jagger #3C3740

Tints of Jagger #3C3740

RGB

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

 GREEN value IS 55 (21.88% from 255) = 30.73%

 BLUE value IS 64 (25.39% from 255) = 35.75%

R = 33.52%
G = 30.73%
B = 35.75%

CMYK

 C value IS 0.06

 M value IS 0.14

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3C3740 (or 0x3C3740) is known color: Jagger. HEX triplet: 3C, 37 and 40. RGB value is (60,55,64). Sum of RGB (Red+Green+Blue) = 60+55+64=179 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.52% from 179); Green value is 55 (21.88% from 255 or 30.73% from 179); Blue value is 64 (25.39% from 255 or 35.75% from 179); Max value from RGB is 64 - color contains mainly: blue. Hex color #3C3740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3740 is #C3C8BF. Grayscale: #393939. Windows color (decimal): -12830912 or 4208444. OLE color: 4208444.

HSL color Cylindrical-coordinate representation of color #3C3740: hue angle of 273.33º degrees, saturation: 0.08, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #3C3740 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 60 55 64 -
CMYK 0.06 0.14 0 0.75
HSL 273.33º 0.08% 0.23% -
HSV(B) 273.33º 0.14% 0.25% -
XYZ 4.16 4.06 5.42 -
YUV 57.52 131.66 129.77 -
System Red Green Blue C M Y K H S L
Decimal 60 55 64 0.06 0.14 0 0.75 273.33 0.08 0.23
Hex 3C 37 40 6 E 0 4B 111 8 17
Octal 74 67 100 6 16 0 113 421 10 27
Binary 111100 110111 1000000 110 1110 0 1001011 100010001 1000 10111

Color Harmonies of #3C3740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3740

Black with #3C3740

Text Example


Text Example

White with #3C3740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,55,64); }

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

background-color css

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

 a { background-color: rgb(60,55,64); }

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

border-color css

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

 span { border-color: rgb(60,55,64); }

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