Html Css Color HEX #392F5E Jacarta

📋 copy color: '#392F5E'

red 57 ◦ green 47 ◦ blue 94

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

Shades of Jacarta #392F5E

Tints of Jacarta #392F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 47.47%

R = 28.79%
G = 23.74%
B = 47.47%

CMYK

 C value IS 0.39

 M value IS 0.5

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#392F5E (or 0x392F5E) is known color: Jacarta. HEX triplet: 39, 2F and 5E. RGB value is (57,47,94). Sum of RGB (Red+Green+Blue) = 57+47+94=198 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.79% from 198); Green value is 47 (18.75% from 255 or 23.74% from 198); Blue value is 94 (37.11% from 255 or 47.47% from 198); Max value from RGB is 94 - color contains mainly: blue. Hex color #392F5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392F5E is #C6D0A1. Grayscale: #373737. Windows color (decimal): -13029538 or 6172473. OLE color: 6172473.

HSL color Cylindrical-coordinate representation of color #392F5E: hue angle of 252.77º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #392F5E is Cyan = 0.39, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 57 47 94 -
CMYK 0.39 0.5 0 0.63
HSL 252.77º 0.33% 0.28% -
HSV(B) 252.77º 0.5% 0.37% -
XYZ 4.72 3.71 11.06 -
YUV 55.35 149.81 129.18 -
System Red Green Blue C M Y K H S L
Decimal 57 47 94 0.39 0.5 0 0.63 252.77 0.33 0.28
Hex 39 2F 5E 27 32 0 3F FD 21 1C
Octal 71 57 136 47 62 0 77 375 41 34
Binary 111001 101111 1011110 100111 110010 0 111111 11111101 100001 11100

Color Harmonies of #392F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392F5E

Black with #392F5E

Text Example


Text Example

White with #392F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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