Html Css Color HEX #3C3443 Jagger

📋 copy color: '#3C3443'

red 60 ◦ green 52 ◦ blue 67

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

Shades of Jagger #3C3443

Tints of Jagger #3C3443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 37.43%

R = 33.52%
G = 29.05%
B = 37.43%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#3C3443 (or 0x3C3443) is known color: Jagger. HEX triplet: 3C, 34 and 43. RGB value is (60,52,67). Sum of RGB (Red+Green+Blue) = 60+52+67=179 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.52% from 179); Green value is 52 (20.70% from 255 or 29.05% from 179); Blue value is 67 (26.56% from 255 or 37.43% from 179); Max value from RGB is 67 - color contains mainly: blue. Hex color #3C3443 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3443 is #C3CBBC. Grayscale: #383838. Windows color (decimal): -12831677 or 4404284. OLE color: 4404284.

HSL color Cylindrical-coordinate representation of color #3C3443: hue angle of 272º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3C3443 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 60 52 67 -
CMYK 0.10 0.22 0 0.74
HSL 272º 0.13% 0.23% -
HSV(B) 272º 0.22% 0.26% -
XYZ 4.1 3.82 5.83 -
YUV 56.1 134.15 130.78 -
System Red Green Blue C M Y K H S L
Decimal 60 52 67 0.10 0.22 0 0.74 272 0.13 0.23
Hex 3C 34 43 A 16 0 4A 110 D 17
Octal 74 64 103 12 26 0 112 420 15 27
Binary 111100 110100 1000011 1010 10110 0 1001010 100010000 1101 10111

Color Harmonies of #3C3443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3443

Black with #3C3443

Text Example


Text Example

White with #3C3443

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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