Html Css Color HEX #40383A Jon

📋 copy color: '#40383A'

red 64 ◦ green 56 ◦ blue 58

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

Shades of Jon #40383A

Tints of Jon #40383A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 31.46%

 BLUE value IS 58 (23.05% from 255) = 32.58%

R = 35.96%
G = 31.46%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#40383A (or 0x40383A) is known color: Jon. HEX triplet: 40, 38 and 3A. RGB value is (64,56,58). Sum of RGB (Red+Green+Blue) = 64+56+58=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 56 (22.27% from 255 or 31.46% from 178); Blue value is 58 (23.05% from 255 or 32.58% from 178); Max value from RGB is 64 - color contains mainly: red. Hex color #40383A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40383A is #BFC7C5. Grayscale: #3A3A3A. Windows color (decimal): -12568518 or 3815488. OLE color: 3815488.

HSL color Cylindrical-coordinate representation of color #40383A: hue angle of 345º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #40383A is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 56 58 -
CMYK 0 0.13 0.09 0.75
HSL 345º 0.07% 0.24% -
HSV(B) 345º 0.13% 0.25% -
XYZ 4.29 4.22 4.59 -
YUV 58.62 127.65 131.84 -
System Red Green Blue C M Y K H S L
Decimal 64 56 58 0 0.13 0.09 0.75 345 0.07 0.24
Hex 40 38 3A 0 D 9 4B 159 7 18
Octal 100 70 72 0 15 11 113 531 7 30
Binary 1000000 111000 111010 0 1101 1001 1001011 101011001 111 11000

Color Harmonies of #40383A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40383A

Black with #40383A

Text Example


Text Example

White with #40383A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40383A; }

 p { color: rgb(64,56,58); }

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

background-color css

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

 a { background-color: rgb(64,56,58); }

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

border-color css

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

 span { border-color: rgb(64,56,58); }

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