Html Css Color HEX #40333F Fuscous Grey

📋 copy color: '#40333F'

red 64 ◦ green 51 ◦ blue 63

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

Shades of Fuscous Grey #40333F

Tints of Fuscous Grey #40333F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.65%

 BLUE value IS 63 (25% from 255) = 35.39%

R = 35.96%
G = 28.65%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.75

RGB Variations

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

Color information

#40333F (or 0x40333F) is known color: Fuscous Grey. HEX triplet: 40, 33 and 3F. RGB value is (64,51,63). Sum of RGB (Red+Green+Blue) = 64+51+63=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 51 (20.31% from 255 or 28.65% from 178); Blue value is 63 (25% from 255 or 35.39% from 178); Max value from RGB is 64 - color contains mainly: red. Hex color #40333F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40333F is #BFCCC0. Grayscale: #383838. Windows color (decimal): -12569793 or 4141888. OLE color: 4141888.

HSL color Cylindrical-coordinate representation of color #40333F: hue angle of 304.62º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #40333F is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 51 63 -
CMYK 0 0.20 0.02 0.75
HSL 304.62º 0.11% 0.23% -
HSV(B) 304.62º 0.2% 0.25% -
XYZ 4.2 3.82 5.22 -
YUV 56.26 131.81 133.52 -
System Red Green Blue C M Y K H S L
Decimal 64 51 63 0 0.20 0.02 0.75 304.62 0.11 0.23
Hex 40 33 3F 0 14 2 4B 131 B 17
Octal 100 63 77 0 24 2 113 461 13 27
Binary 1000000 110011 111111 0 10100 10 1001011 100110001 1011 10111

Color Harmonies of #40333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40333F

Black with #40333F

Text Example


Text Example

White with #40333F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40333F; }

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

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

background-color css

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

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

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

border-color css

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

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

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