#423F40

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

Shades of Jon #423F40

Tints of Jon #423F40

Color information

#423F40 (or 0x423F40) is unknown color: approx Jon. HEX triplet: 42, 3F and 40. RGB value is (66,63,64). Sum of RGB (Red+Green+Blue) = 66+63+64=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 63 (25% from 255 or 32.64% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 66 - color contains mainly: red. Hex color #423F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423F40 is #BDC0BF. Grayscale: #404040. Windows color (decimal): -12435648 or 4210498. OLE color: 4210498.

HSL color Cylindrical-coordinate representation of color #423F40: hue angle of 340º degrees, saturation: 0.02, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #423F40 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.74.

Color convert

RGB666364-
CMYK00.050.030.74
HSL340º2.33%25.29%-
HSV(B)340º4.55%25.88%-
XYZ4.955.085.57-
YUV64.01127.99129.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.20%
GREEN value IS 63 (25% from 255) = 32.64%
BLUE value IS 64 (25.39% from 255) = 33.16%
R=34.20%
G=32.64%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.03
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66636400.050.030.743402.3325.29
Hex423F400534A154219
Octal10277100053112524231
Binary1000010111111100000001011110010101010101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423F40; }

 p { color: rgb(66,63,64); }

 H1.HeaderClassName
 {
   color: #423F40;
 }
 .AnyTagClassName
 {
   color: #423F40;
 }
</style>
background-color css

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

 a { background-color: rgb(66,63,64); }

 div.DivClassName
 {
   background-color: #423F40;
 }
 .BgClassName
 {
   background-color: #423F40;
 }
</style>
border-color css

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

 span { border-color: rgb(66,63,64); }

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