Html Css Color HEX #393043 Jagger

📋 copy color: '#393043'

red 57 ◦ green 48 ◦ blue 67

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

Shades of Jagger #393043

Tints of Jagger #393043

RGB

 RED value IS 57 (22.66% from 255) = 33.14%

 GREEN value IS 48 (19.14% from 255) = 27.91%

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

R = 33.14%
G = 27.91%
B = 38.95%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#393043 (or 0x393043) is known color: Jagger. HEX triplet: 39, 30 and 43. RGB value is (57,48,67). Sum of RGB (Red+Green+Blue) = 57+48+67=172 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.14% from 172); Green value is 48 (19.14% from 255 or 27.91% from 172); Blue value is 67 (26.56% from 255 or 38.95% from 172); Max value from RGB is 67 - color contains mainly: blue. Hex color #393043 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393043 is #C6CFBC. Grayscale: #343434. Windows color (decimal): -13029309 or 4403257. OLE color: 4403257.

HSL color Cylindrical-coordinate representation of color #393043: hue angle of 268.42º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #393043 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 57 48 67 -
CMYK 0.15 0.28 0 0.74
HSL 268.42º 0.17% 0.23% -
HSV(B) 268.42º 0.28% 0.26% -
XYZ 3.76 3.39 5.77 -
YUV 52.86 135.98 130.96 -
System Red Green Blue C M Y K H S L
Decimal 57 48 67 0.15 0.28 0 0.74 268.42 0.17 0.23
Hex 39 30 43 F 1C 0 4A 10C 11 17
Octal 71 60 103 17 34 0 112 414 21 27
Binary 111001 110000 1000011 1111 11100 0 1001010 100001100 10001 10111

Color Harmonies of #393043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393043

Black with #393043

Text Example


Text Example

White with #393043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393043; }

 p { color: rgb(57,48,67); }

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

background-color css

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

 a { background-color: rgb(57,48,67); }

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

border-color css

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

 span { border-color: rgb(57,48,67); }

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