Html Css Color HEX #403738 Jon

📋 copy color: '#403738'

red 64 ◦ green 55 ◦ blue 56

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

Shades of Jon #403738

Tints of Jon #403738

RGB

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

 GREEN value IS 55 (21.88% from 255) = 31.43%

 BLUE value IS 56 (22.27% from 255) = 32%

R = 36.57%
G = 31.43%
B = 32%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.13

 K value IS 0.75

RGB Variations

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

Color information

#403738 (or 0x403738) is known color: Jon. HEX triplet: 40, 37 and 38. RGB value is (64,55,56). Sum of RGB (Red+Green+Blue) = 64+55+56=175 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.57% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 56 (22.27% from 255 or 32% from 175); Max value from RGB is 64 - color contains mainly: red. Hex color #403738 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403738 is #BFC8C7. Grayscale: #393939. Windows color (decimal): -12568776 or 3684160. OLE color: 3684160.

HSL color Cylindrical-coordinate representation of color #403738: hue angle of 353.33º degrees, saturation: 0.08, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #403738 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 55 56 -
CMYK 0 0.14 0.13 0.75
HSL 353.33º 0.08% 0.23% -
HSV(B) 353.33º 0.14% 0.25% -
XYZ 4.19 4.11 4.31 -
YUV 57.81 126.98 132.42 -
System Red Green Blue C M Y K H S L
Decimal 64 55 56 0 0.14 0.13 0.75 353.33 0.08 0.23
Hex 40 37 38 0 E D 4B 161 8 17
Octal 100 67 70 0 16 15 113 541 10 27
Binary 1000000 110111 111000 0 1110 1101 1001011 101100001 1000 10111

Color Harmonies of #403738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403738

Black with #403738

Text Example


Text Example

White with #403738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403738; }

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

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

background-color css

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

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

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

border-color css

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

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

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