Html Css Color HEX #40311D Clinker

📋 copy color: '#40311D'

red 64 ◦ green 49 ◦ blue 29

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

Shades of Clinker #40311D

Tints of Clinker #40311D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 20.42%

R = 45.07%
G = 34.51%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#40311D (or 0x40311D) is known color: Clinker. HEX triplet: 40, 31 and 1D. RGB value is (64,49,29). Sum of RGB (Red+Green+Blue) = 64+49+29=142 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.07% from 142); Green value is 49 (19.53% from 255 or 34.51% from 142); Blue value is 29 (11.72% from 255 or 20.42% from 142); Max value from RGB is 64 - color contains mainly: red. Hex color #40311D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40311D is #BFCEE2. Grayscale: #333333. Windows color (decimal): -12570339 or 1913152. OLE color: 1913152.

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

Color convert

RGB 64 49 29 -
CMYK 0 0.23 0.55 0.75
HSL 34.29º 0.38% 0.18% -
HSV(B) 34.29º 0.55% 0.25% -
XYZ 3.43 3.38 1.63 -
YUV 51.21 115.47 137.13 -
System Red Green Blue C M Y K H S L
Decimal 64 49 29 0 0.23 0.55 0.75 34.29 0.38 0.18
Hex 40 31 1D 0 17 37 4B 22 26 12
Octal 100 61 35 0 27 67 113 42 46 22
Binary 1000000 110001 11101 0 10111 110111 1001011 100010 100110 10010

Color Harmonies of #40311D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40311D

Black with #40311D

Text Example


Text Example

White with #40311D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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