Html Css Color HEX #3C3444 Jagger

📋 copy color: '#3C3444'

red 60 ◦ green 52 ◦ blue 68

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

Shades of Jagger #3C3444

Tints of Jagger #3C3444

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.89%

 BLUE value IS 68 (26.95% from 255) = 37.78%

R = 33.33%
G = 28.89%
B = 37.78%

CMYK

 C value IS 0.12

 M value IS 0.24

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#3C3444 (or 0x3C3444) is known color: Jagger. HEX triplet: 3C, 34 and 44. RGB value is (60,52,68). Sum of RGB (Red+Green+Blue) = 60+52+68=180 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.33% from 180); Green value is 52 (20.70% from 255 or 28.89% from 180); Blue value is 68 (26.95% from 255 or 37.78% from 180); Max value from RGB is 68 - color contains mainly: blue. Hex color #3C3444 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3444 is #C3CBBB. Grayscale: #383838. Windows color (decimal): -12831676 or 4469820. OLE color: 4469820.

HSL color Cylindrical-coordinate representation of color #3C3444: hue angle of 270º degrees, saturation: 0.13, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3C3444 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 60 52 68 -
CMYK 0.12 0.24 0 0.73
HSL 270º 0.13% 0.24% -
HSV(B) 270º 0.24% 0.27% -
XYZ 4.13 3.83 5.99 -
YUV 56.22 134.65 130.7 -
System Red Green Blue C M Y K H S L
Decimal 60 52 68 0.12 0.24 0 0.73 270 0.13 0.24
Hex 3C 34 44 C 18 0 49 10E D 18
Octal 74 64 104 14 30 0 111 416 15 30
Binary 111100 110100 1000100 1100 11000 0 1001001 100001110 1101 11000

Color Harmonies of #3C3444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3444

Black with #3C3444

Text Example


Text Example

White with #3C3444

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,52,68); }

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

background-color css

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

 a { background-color: rgb(60,52,68); }

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

border-color css

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

 span { border-color: rgb(60,52,68); }

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