Html Css Color HEX #392643 Jagger

📋 copy color: '#392643'

red 57 ◦ green 38 ◦ blue 67

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

Shades of Jagger #392643

Tints of Jagger #392643

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.46%

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

R = 35.19%
G = 23.46%
B = 41.36%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#392643 (or 0x392643) is known color: Jagger. HEX triplet: 39, 26 and 43. RGB value is (57,38,67). Sum of RGB (Red+Green+Blue) = 57+38+67=162 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.19% from 162); Green value is 38 (15.23% from 255 or 23.46% from 162); Blue value is 67 (26.56% from 255 or 41.36% from 162); Max value from RGB is 67 - color contains mainly: blue. Hex color #392643 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392643 is #C6D9BC. Grayscale: #2E2E2E. Windows color (decimal): -13031869 or 4400697. OLE color: 4400697.

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

Color convert

RGB 57 38 67 -
CMYK 0.15 0.43 0 0.74
HSL 279.31º 0.28% 0.21% -
HSV(B) 279.31º 0.43% 0.26% -
XYZ 3.39 2.66 5.65 -
YUV 46.99 139.29 135.14 -
System Red Green Blue C M Y K H S L
Decimal 57 38 67 0.15 0.43 0 0.74 279.31 0.28 0.21
Hex 39 26 43 F 2B 0 4A 117 1C 15
Octal 71 46 103 17 53 0 112 427 34 25
Binary 111001 100110 1000011 1111 101011 0 1001010 100010111 11100 10101

Color Harmonies of #392643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392643

Black with #392643

Text Example


Text Example

White with #392643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392643; }

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

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

background-color css

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

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

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

border-color css

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

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

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