#42311E

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

Shades of Clinker #42311E

Tints of Clinker #42311E

Color information

#42311E (or 0x42311E) is unknown color: approx Clinker. HEX triplet: 42, 31 and 1E. RGB value is (66,49,30). Sum of RGB (Red+Green+Blue) = 66+49+30=145 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.52% from 145); Green value is 49 (19.53% from 255 or 33.79% from 145); Blue value is 30 (12.11% from 255 or 20.69% from 145); Max value from RGB is 66 - color contains mainly: red. Hex color #42311E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42311E is #BDCEE1. Grayscale: #343434. Windows color (decimal): -12439266 or 1978690. OLE color: 1978690.

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

Color convert

RGB664930-
CMYK00.260.550.74
HSL31.67º37.5%18.82%-
HSV(B)31.67º54.55%25.88%-
XYZ3.583.451.71-
YUV51.92115.63138.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 45.52%
GREEN value IS 49 (19.53% from 255) = 33.79%
BLUE value IS 30 (12.11% from 255) = 20.69%
R=45.52%
G=33.79%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.55
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66493000.260.550.7431.6737.518.82
Hex42311E01A374A202613
Octal102613603267112404623
Binary100001011000111110011010110111100101010000010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42311E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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