Html Css Color HEX #3F3959 Jacarta

📋 copy color: '#3F3959'

red 63 ◦ green 57 ◦ blue 89

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

Shades of Jacarta #3F3959

Tints of Jacarta #3F3959

RGB

 RED value IS 63 (25% from 255) = 30.14%

 GREEN value IS 57 (22.66% from 255) = 27.27%

 BLUE value IS 89 (35.16% from 255) = 42.58%

R = 30.14%
G = 27.27%
B = 42.58%

CMYK

 C value IS 0.29

 M value IS 0.36

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3F3959 (or 0x3F3959) is known color: Jacarta. HEX triplet: 3F, 39 and 59. RGB value is (63,57,89). Sum of RGB (Red+Green+Blue) = 63+57+89=209 (27% of max value = 765). Red value is 63 (25% from 255 or 30.14% from 209); Green value is 57 (22.66% from 255 or 27.27% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 89 - color contains mainly: blue. Hex color #3F3959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3959 is #C0C6A6. Grayscale: #3E3E3E. Windows color (decimal): -12633767 or 5847359. OLE color: 5847359.

HSL color Cylindrical-coordinate representation of color #3F3959: hue angle of 251.25º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3F3959 is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 63 57 89 -
CMYK 0.29 0.36 0 0.65
HSL 251.25º 0.22% 0.29% -
HSV(B) 251.25º 0.36% 0.35% -
XYZ 5.32 4.7 10.08 -
YUV 62.44 142.99 128.4 -
System Red Green Blue C M Y K H S L
Decimal 63 57 89 0.29 0.36 0 0.65 251.25 0.22 0.29
Hex 3F 39 59 1D 24 0 41 FB 16 1D
Octal 77 71 131 35 44 0 101 373 26 35
Binary 111111 111001 1011001 11101 100100 0 1000001 11111011 10110 11101

Color Harmonies of #3F3959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3959

Black with #3F3959

Text Example


Text Example

White with #3F3959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F3959; }

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

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

background-color css

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

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

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

border-color css

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

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

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