#42331E

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

Shades of Clinker #42331E

Tints of Clinker #42331E

Color information

#42331E (or 0x42331E) is unknown color: approx Clinker. HEX triplet: 42, 33 and 1E. RGB value is (66,51,30). Sum of RGB (Red+Green+Blue) = 66+51+30=147 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.90% from 147); Green value is 51 (20.31% from 255 or 34.69% from 147); Blue value is 30 (12.11% from 255 or 20.41% from 147); Max value from RGB is 66 - color contains mainly: red. Hex color #42331E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42331E is #BDCCE1. Grayscale: #353535. Windows color (decimal): -12438754 or 1979202. OLE color: 1979202.

HSL color Cylindrical-coordinate representation of color #42331E: hue angle of 35º 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 #42331E is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.74.

Color convert

RGB665130-
CMYK00.230.550.74
HSL35º37.5%18.82%-
HSV(B)35º54.55%25.88%-
XYZ3.663.621.73-
YUV53.09114.97137.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44.90%
GREEN value IS 51 (20.31% from 255) = 34.69%
BLUE value IS 30 (12.11% from 255) = 20.41%
R=44.90%
G=34.69%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.55
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66513000.230.550.743537.518.82
Hex42331E017374A232613
Octal102633602767112434623
Binary100001011001111110010111110111100101010001110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42331E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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