Html Css Color HEX #3C3241 Jagger

📋 copy color: '#3C3241'

red 60 ◦ green 50 ◦ blue 65

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

Shades of Jagger #3C3241

Tints of Jagger #3C3241

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.57%

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

R = 34.29%
G = 28.57%
B = 37.14%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3C3241 (or 0x3C3241) is known color: Jagger. HEX triplet: 3C, 32 and 41. RGB value is (60,50,65). Sum of RGB (Red+Green+Blue) = 60+50+65=175 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.29% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 65 (25.78% from 255 or 37.14% from 175); Max value from RGB is 65 - color contains mainly: blue. Hex color #3C3241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3241 is #C3CDBE. Grayscale: #363636. Windows color (decimal): -12832191 or 4272700. OLE color: 4272700.

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

Color convert

RGB 60 50 65 -
CMYK 0.08 0.23 0 0.75
HSL 280º 0.13% 0.23% -
HSV(B) 280º 0.23% 0.25% -
XYZ 3.96 3.62 5.49 -
YUV 54.7 133.81 131.78 -
System Red Green Blue C M Y K H S L
Decimal 60 50 65 0.08 0.23 0 0.75 280 0.13 0.23
Hex 3C 32 41 8 17 0 4B 118 D 17
Octal 74 62 101 10 27 0 113 430 15 27
Binary 111100 110010 1000001 1000 10111 0 1001011 100011000 1101 10111

Color Harmonies of #3C3241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3241

Black with #3C3241

Text Example


Text Example

White with #3C3241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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