Html Css Color HEX #404131 Scrub

📋 copy color: '#404131'

red 64 ◦ green 65 ◦ blue 49

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

Shades of Scrub #404131

Tints of Scrub #404131

RGB

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

 GREEN value IS 65 (25.78% from 255) = 36.52%

 BLUE value IS 49 (19.53% from 255) = 27.53%

R = 35.96%
G = 36.52%
B = 27.53%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#404131 (or 0x404131) is known color: Scrub. HEX triplet: 40, 41 and 31. RGB value is (64,65,49). Sum of RGB (Red+Green+Blue) = 64+65+49=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 49 (19.53% from 255 or 27.53% from 178); Max value from RGB is 65 - color contains mainly: green. Hex color #404131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404131 is #BFBECE. Grayscale: #3E3E3E. Windows color (decimal): -12566223 or 3227968. OLE color: 3227968.

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

Color convert

RGB 64 65 49 -
CMYK 0.02 0 0.25 0.75
HSL 63.75º 0.14% 0.22% -
HSV(B) 63.75º 0.25% 0.25% -
XYZ 4.56 5.09 3.65 -
YUV 62.88 120.17 128.8 -
System Red Green Blue C M Y K H S L
Decimal 64 65 49 0.02 0 0.25 0.75 63.75 0.14 0.22
Hex 40 41 31 2 0 19 4B 40 E 16
Octal 100 101 61 2 0 31 113 100 16 26
Binary 1000000 1000001 110001 10 0 11001 1001011 1000000 1110 10110

Color Harmonies of #404131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404131

Black with #404131

Text Example


Text Example

White with #404131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404131; }

 p { color: rgb(64,65,49); }

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

background-color css

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

 a { background-color: rgb(64,65,49); }

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

border-color css

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

 span { border-color: rgb(64,65,49); }

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