Html Css Color HEX #3E3443 Jagger

📋 copy color: '#3E3443'

red 62 ◦ green 52 ◦ blue 67

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

Shades of Jagger #3E3443

Tints of Jagger #3E3443

RGB

 RED value IS 62 (24.61% from 255) = 34.25%

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

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

R = 34.25%
G = 28.73%
B = 37.02%

CMYK

 C value IS 0.07

 M value IS 0.22

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#3E3443 (or 0x3E3443) is known color: Jagger. HEX triplet: 3E, 34 and 43. RGB value is (62,52,67). Sum of RGB (Red+Green+Blue) = 62+52+67=181 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.25% from 181); Green value is 52 (20.70% from 255 or 28.73% from 181); Blue value is 67 (26.56% from 255 or 37.02% from 181); Max value from RGB is 67 - color contains mainly: blue. Hex color #3E3443 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3443 is #C1CBBC. Grayscale: #383838. Windows color (decimal): -12700605 or 4404286. OLE color: 4404286.

HSL color Cylindrical-coordinate representation of color #3E3443: hue angle of 280º 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 #3E3443 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 62 52 67 -
CMYK 0.07 0.22 0 0.74
HSL 280º 0.13% 0.23% -
HSV(B) 280º 0.22% 0.26% -
XYZ 4.23 3.89 5.84 -
YUV 56.7 133.81 131.78 -
System Red Green Blue C M Y K H S L
Decimal 62 52 67 0.07 0.22 0 0.74 280 0.13 0.23
Hex 3E 34 43 7 16 0 4A 118 D 17
Octal 76 64 103 7 26 0 112 430 15 27
Binary 111110 110100 1000011 111 10110 0 1001010 100011000 1101 10111

Color Harmonies of #3E3443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3443

Black with #3E3443

Text Example


Text Example

White with #3E3443

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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