Html Css Color HEX #40311C Clinker

📋 copy color: '#40311C'

red 64 ◦ green 49 ◦ blue 28

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

Shades of Clinker #40311C

Tints of Clinker #40311C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 19.86%

R = 45.39%
G = 34.75%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.56

 K value IS 0.75

RGB Variations

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

Color information

#40311C (or 0x40311C) is known color: Clinker. HEX triplet: 40, 31 and 1C. RGB value is (64,49,28). Sum of RGB (Red+Green+Blue) = 64+49+28=141 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.39% from 141); Green value is 49 (19.53% from 255 or 34.75% from 141); Blue value is 28 (11.33% from 255 or 19.86% from 141); Max value from RGB is 64 - color contains mainly: red. Hex color #40311C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40311C is #BFCEE3. Grayscale: #333333. Windows color (decimal): -12570340 or 1847616. OLE color: 1847616.

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

Color convert

RGB 64 49 28 -
CMYK 0 0.23 0.56 0.75
HSL 35º 0.39% 0.18% -
HSV(B) 35º 0.56% 0.25% -
XYZ 3.42 3.37 1.57 -
YUV 51.09 114.97 137.21 -
System Red Green Blue C M Y K H S L
Decimal 64 49 28 0 0.23 0.56 0.75 35 0.39 0.18
Hex 40 31 1C 0 17 38 4B 23 27 12
Octal 100 61 34 0 27 70 113 43 47 22
Binary 1000000 110001 11100 0 10111 111000 1001011 100011 100111 10010

Color Harmonies of #40311C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40311C

Black with #40311C

Text Example


Text Example

White with #40311C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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