#423959

Color #423959 Jacarta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacarta #423959

Tints of Jacarta #423959

Color information

#423959 (or 0x423959) is unknown color: approx 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

RGB665789-
CMYK0.260.3600.65
HSL256.88º21.92%28.63%-
HSV(B)256.88º35.96%34.9%-
XYZ5.514.8110.09-
YUV63.34142.48129.9-

RGB Variations

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

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 (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6657890.260.3600.65256.8821.9228.63
Hex4239591A24041101161d
Octal10271131324401014012635
Binary1000010111001101100111010100100010000011000000011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>