Html Css Color HEX #392B42 Jagger

📋 copy color: '#392B42'

red 57 ◦ green 43 ◦ blue 66

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

Shades of Jagger #392B42

Tints of Jagger #392B42

RGB

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

 GREEN value IS 43 (17.19% from 255) = 25.9%

 BLUE value IS 66 (26.17% from 255) = 39.76%

R = 34.34%
G = 25.9%
B = 39.76%

CMYK

 C value IS 0.14

 M value IS 0.35

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#392B42 (or 0x392B42) is known color: Jagger. HEX triplet: 39, 2B and 42. RGB value is (57,43,66). Sum of RGB (Red+Green+Blue) = 57+43+66=166 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.34% from 166); Green value is 43 (17.19% from 255 or 25.90% from 166); Blue value is 66 (26.17% from 255 or 39.76% from 166); Max value from RGB is 66 - color contains mainly: blue. Hex color #392B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392B42 is #C6D4BD. Grayscale: #313131. Windows color (decimal): -13030590 or 4336441. OLE color: 4336441.

HSL color Cylindrical-coordinate representation of color #392B42: hue angle of 276.52º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #392B42 is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 57 43 66 -
CMYK 0.14 0.35 0 0.74
HSL 276.52º 0.21% 0.21% -
HSV(B) 276.52º 0.35% 0.26% -
XYZ 3.53 2.99 5.55 -
YUV 49.81 137.14 133.13 -
System Red Green Blue C M Y K H S L
Decimal 57 43 66 0.14 0.35 0 0.74 276.52 0.21 0.21
Hex 39 2B 42 E 23 0 4A 115 15 15
Octal 71 53 102 16 43 0 112 425 25 25
Binary 111001 101011 1000010 1110 100011 0 1001010 100010101 10101 10101

Color Harmonies of #392B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392B42

Black with #392B42

Text Example


Text Example

White with #392B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392B42; }

 p { color: rgb(57,43,66); }

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

background-color css

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

 a { background-color: rgb(57,43,66); }

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

border-color css

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

 span { border-color: rgb(57,43,66); }

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