Html Css Color HEX #3C333F Jagger

📋 copy color: '#3C333F'

red 60 ◦ green 51 ◦ blue 63

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

Shades of Jagger #3C333F

Tints of Jagger #3C333F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.31%

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

R = 34.48%
G = 29.31%
B = 36.21%

CMYK

 C value IS 0.05

 M value IS 0.19

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3C333F (or 0x3C333F) is known color: Jagger. HEX triplet: 3C, 33 and 3F. RGB value is (60,51,63). Sum of RGB (Red+Green+Blue) = 60+51+63=174 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.48% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 63 (25% from 255 or 36.21% from 174); Max value from RGB is 63 - color contains mainly: blue. Hex color #3C333F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C333F is #C3CCC0. Grayscale: #373737. Windows color (decimal): -12831937 or 4141884. OLE color: 4141884.

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

Color convert

RGB 60 51 63 -
CMYK 0.05 0.19 0 0.75
HSL 285º 0.11% 0.22% -
HSV(B) 285º 0.19% 0.25% -
XYZ 3.94 3.69 5.21 -
YUV 55.06 132.48 131.52 -
System Red Green Blue C M Y K H S L
Decimal 60 51 63 0.05 0.19 0 0.75 285 0.11 0.22
Hex 3C 33 3F 5 13 0 4B 11D B 16
Octal 74 63 77 5 23 0 113 435 13 26
Binary 111100 110011 111111 101 10011 0 1001011 100011101 1011 10110

Color Harmonies of #3C333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C333F

Black with #3C333F

Text Example


Text Example

White with #3C333F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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