#42311d

Color #42311D Clinker (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clinker #42311D

Tints of Clinker #42311D

Color information

#42311D (or 0x42311D) is unknown color: approx Clinker. HEX triplet: 42, 31 and 1D. RGB value is (66,49,29). Sum of RGB (Red+Green+Blue) = 66+49+29=144 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.83% from 144); Green value is 49 (19.53% from 255 or 34.03% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 66 - color contains mainly: red. Hex color #42311D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42311D is #BDCEE2. Grayscale: #333333. Windows color (decimal): -12439267 or 1913154. OLE color: 1913154.

HSL color Cylindrical-coordinate representation of color #42311D: hue angle of 32.43º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #42311D is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.74.

Color convert

RGB664929-
CMYK00.260.560.74
HSL32.43º38.95%18.63%-
HSV(B)32.43º56.06%25.88%-
XYZ3.573.441.64-
YUV51.8115.13138.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 45.83%
GREEN value IS 49 (19.53% from 255) = 34.03%
BLUE value IS 29 (11.72% from 255) = 20.14%
R=45.83%
G=34.03%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66492900.260.560.7432.4338.9518.63
Hex42311D01A384A202713
Octal102613503270112404723
Binary100001011000111101011010111000100101010000010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42311d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42311d; }

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

 H1.HeaderClassName
 {
   color: #42311d;
 }
 .AnyTagClassName
 {
   color: #42311d;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #42311d;
 }
 .BgClassName
 {
   background-color: #42311d;
 }
</style>
border-color css

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

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

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