Html Css Color HEX #40311E Clinker

📋 copy color: '#40311E'

red 64 ◦ green 49 ◦ blue 30

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

Shades of Clinker #40311E

Tints of Clinker #40311E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 34.27%

 BLUE value IS 30 (12.11% from 255) = 20.98%

R = 44.76%
G = 34.27%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.53

 K value IS 0.75

RGB Variations

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

Color information

#40311E (or 0x40311E) is known color: Clinker. HEX triplet: 40, 31 and 1E. RGB value is (64,49,30). Sum of RGB (Red+Green+Blue) = 64+49+30=143 (18% of max value = 765). Red value is 64 (25.39% from 255 or 44.76% from 143); Green value is 49 (19.53% from 255 or 34.27% from 143); Blue value is 30 (12.11% from 255 or 20.98% from 143); Max value from RGB is 64 - color contains mainly: red. Hex color #40311E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40311E is #BFCEE1. Grayscale: #333333. Windows color (decimal): -12570338 or 1978688. OLE color: 1978688.

HSL color Cylindrical-coordinate representation of color #40311E: hue angle of 33.53º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #40311E is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 49 30 -
CMYK 0 0.23 0.53 0.75
HSL 33.53º 0.36% 0.18% -
HSV(B) 33.53º 0.53% 0.25% -
XYZ 3.45 3.38 1.7 -
YUV 51.32 115.97 137.04 -
System Red Green Blue C M Y K H S L
Decimal 64 49 30 0 0.23 0.53 0.75 33.53 0.36 0.18
Hex 40 31 1E 0 17 35 4B 22 24 12
Octal 100 61 36 0 27 65 113 42 44 22
Binary 1000000 110001 11110 0 10111 110101 1001011 100010 100100 10010

Color Harmonies of #40311E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40311E

Black with #40311E

Text Example


Text Example

White with #40311E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40311E; }

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

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

background-color css

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

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

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

border-color css

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

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

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