Html Css Color HEX #3C3341 Jagger

📋 copy color: '#3C3341'

red 60 ◦ green 51 ◦ blue 65

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

Shades of Jagger #3C3341

Tints of Jagger #3C3341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 36.93%

R = 34.09%
G = 28.98%
B = 36.93%

CMYK

 C value IS 0.08

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3C3341 (or 0x3C3341) is known color: Jagger. HEX triplet: 3C, 33 and 41. RGB value is (60,51,65). Sum of RGB (Red+Green+Blue) = 60+51+65=176 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.09% from 176); Green value is 51 (20.31% from 255 or 28.98% from 176); Blue value is 65 (25.78% from 255 or 36.93% from 176); Max value from RGB is 65 - color contains mainly: blue. Hex color #3C3341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3341 is #C3CCBE. Grayscale: #373737. Windows color (decimal): -12831935 or 4272956. OLE color: 4272956.

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

Color convert

RGB 60 51 65 -
CMYK 0.08 0.22 0 0.75
HSL 278.57º 0.12% 0.23% -
HSV(B) 278.57º 0.22% 0.25% -
XYZ 4 3.71 5.51 -
YUV 55.29 133.48 131.36 -
System Red Green Blue C M Y K H S L
Decimal 60 51 65 0.08 0.22 0 0.75 278.57 0.12 0.23
Hex 3C 33 41 8 16 0 4B 117 C 17
Octal 74 63 101 10 26 0 113 427 14 27
Binary 111100 110011 1000001 1000 10110 0 1001011 100010111 1100 10111

Color Harmonies of #3C3341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3341

Black with #3C3341

Text Example


Text Example

White with #3C3341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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