Html Css Color HEX #40393B Jon

📋 copy color: '#40393B'

red 64 ◦ green 57 ◦ blue 59

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

Shades of Jon #40393B

Tints of Jon #40393B

RGB

 RED value IS 64 (25.39% from 255) = 35.56%

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

 BLUE value IS 59 (23.44% from 255) = 32.78%

R = 35.56%
G = 31.67%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.75

RGB Variations

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

Color information

#40393B (or 0x40393B) is known color: Jon. HEX triplet: 40, 39 and 3B. RGB value is (64,57,59). Sum of RGB (Red+Green+Blue) = 64+57+59=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 57 (22.66% from 255 or 31.67% from 180); Blue value is 59 (23.44% from 255 or 32.78% from 180); Max value from RGB is 64 - color contains mainly: red. Hex color #40393B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40393B is #BFC6C4. Grayscale: #3B3B3B. Windows color (decimal): -12568261 or 3881280. OLE color: 3881280.

HSL color Cylindrical-coordinate representation of color #40393B: hue angle of 342.86º degrees, saturation: 0.06, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #40393B is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 57 59 -
CMYK 0 0.11 0.08 0.75
HSL 342.86º 0.06% 0.24% -
HSV(B) 342.86º 0.11% 0.25% -
XYZ 4.37 4.33 4.74 -
YUV 59.32 127.82 131.34 -
System Red Green Blue C M Y K H S L
Decimal 64 57 59 0 0.11 0.08 0.75 342.86 0.06 0.24
Hex 40 39 3B 0 B 8 4B 157 6 18
Octal 100 71 73 0 13 10 113 527 6 30
Binary 1000000 111001 111011 0 1011 1000 1001011 101010111 110 11000

Color Harmonies of #40393B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40393B

Black with #40393B

Text Example


Text Example

White with #40393B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40393B; }

 p { color: rgb(64,57,59); }

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

background-color css

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

 a { background-color: rgb(64,57,59); }

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

border-color css

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

 span { border-color: rgb(64,57,59); }

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