Html Css Color HEX #392B4B Jagger

📋 copy color: '#392B4B'

red 57 ◦ green 43 ◦ blue 75

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

Shades of Jagger #392B4B

Tints of Jagger #392B4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 42.86%

R = 32.57%
G = 24.57%
B = 42.86%

CMYK

 C value IS 0.24

 M value IS 0.43

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#392B4B (or 0x392B4B) is known color: Jagger. HEX triplet: 39, 2B and 4B. RGB value is (57,43,75). Sum of RGB (Red+Green+Blue) = 57+43+75=175 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.57% from 175); Green value is 43 (17.19% from 255 or 24.57% from 175); Blue value is 75 (29.69% from 255 or 42.86% from 175); Max value from RGB is 75 - color contains mainly: blue. Hex color #392B4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392B4B is #C6D4B4. Grayscale: #323232. Windows color (decimal): -13030581 or 4926265. OLE color: 4926265.

HSL color Cylindrical-coordinate representation of color #392B4B: hue angle of 266.25º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #392B4B is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 57 43 75 -
CMYK 0.24 0.43 0 0.71
HSL 266.25º 0.27% 0.23% -
HSV(B) 266.25º 0.43% 0.29% -
XYZ 3.82 3.11 7.05 -
YUV 50.83 141.64 132.4 -
System Red Green Blue C M Y K H S L
Decimal 57 43 75 0.24 0.43 0 0.71 266.25 0.27 0.23
Hex 39 2B 4B 18 2B 0 47 10A 1B 17
Octal 71 53 113 30 53 0 107 412 33 27
Binary 111001 101011 1001011 11000 101011 0 1000111 100001010 11011 10111

Color Harmonies of #392B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392B4B

Black with #392B4B

Text Example


Text Example

White with #392B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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