Html Css Color HEX #392F3F Jagger

📋 copy color: '#392F3F'

red 57 ◦ green 47 ◦ blue 63

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

Shades of Jagger #392F3F

Tints of Jagger #392F3F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 28.14%

 BLUE value IS 63 (25% from 255) = 37.72%

R = 34.13%
G = 28.14%
B = 37.72%

CMYK

 C value IS 0.10

 M value IS 0.25

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#392F3F (or 0x392F3F) is known color: Jagger. HEX triplet: 39, 2F and 3F. RGB value is (57,47,63). Sum of RGB (Red+Green+Blue) = 57+47+63=167 (22% of max value = 765). Red value is 57 (22.66% from 255 or 34.13% from 167); Green value is 47 (18.75% from 255 or 28.14% from 167); Blue value is 63 (25% from 255 or 37.72% from 167); Max value from RGB is 63 - color contains mainly: blue. Hex color #392F3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392F3F is #C6D0C0. Grayscale: #333333. Windows color (decimal): -13029569 or 4140857. OLE color: 4140857.

HSL color Cylindrical-coordinate representation of color #392F3F: hue angle of 277.5º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #392F3F is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 57 47 63 -
CMYK 0.10 0.25 0 0.75
HSL 277.5º 0.15% 0.22% -
HSV(B) 277.5º 0.25% 0.25% -
XYZ 3.6 3.26 5.14 -
YUV 51.81 134.31 131.7 -
System Red Green Blue C M Y K H S L
Decimal 57 47 63 0.10 0.25 0 0.75 277.5 0.15 0.22
Hex 39 2F 3F A 19 0 4B 116 F 16
Octal 71 57 77 12 31 0 113 426 17 26
Binary 111001 101111 111111 1010 11001 0 1001011 100010110 1111 10110

Color Harmonies of #392F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392F3F

Black with #392F3F

Text Example


Text Example

White with #392F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,47,63); }

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

background-color css

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

 a { background-color: rgb(57,47,63); }

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

border-color css

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

 span { border-color: rgb(57,47,63); }

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