Html Css Color HEX #423959 Jacarta

📋 copy color: '#423959'

red 66 ◦ green 57 ◦ blue 89

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

Shades of Jacarta #423959

Tints of Jacarta #423959

RGB

 RED value IS 66 (26.17% from 255) = 31.13%

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

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

R = 31.13%
G = 26.89%
B = 41.98%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#423959 (or 0x423959) is known color: Jacarta. HEX triplet: 42, 39 and 59. RGB value is (66,57,89). Sum of RGB (Red+Green+Blue) = 66+57+89=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 57 (22.66% from 255 or 26.89% from 212); Blue value is 89 (35.16% from 255 or 41.98% from 212); Max value from RGB is 89 - color contains mainly: blue. Hex color #423959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423959 is #BDC6A6. Grayscale: #3F3F3F. Windows color (decimal): -12437159 or 5847362. OLE color: 5847362.

HSL color Cylindrical-coordinate representation of color #423959: hue angle of 256.88º 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 #423959 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 57 89 -
CMYK 0.26 0.36 0 0.65
HSL 256.88º 0.22% 0.29% -
HSV(B) 256.88º 0.36% 0.35% -
XYZ 5.51 4.81 10.09 -
YUV 63.34 142.48 129.9 -
System Red Green Blue C M Y K H S L
Decimal 66 57 89 0.26 0.36 0 0.65 256.88 0.22 0.29
Hex 42 39 59 1A 24 0 41 101 16 1D
Octal 102 71 131 32 44 0 101 401 26 35
Binary 1000010 111001 1011001 11010 100100 0 1000001 100000001 10110 11101

Color Harmonies of #423959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423959

Black with #423959

Text Example


Text Example

White with #423959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423959; }

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

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

background-color css

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

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

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

border-color css

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

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

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