#41311E

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

Shades of Clinker #41311E

Tints of Clinker #41311E

Color information

#41311E (or 0x41311E) is unknown color: approx Clinker. HEX triplet: 41, 31 and 1E. RGB value is (65,49,30). Sum of RGB (Red+Green+Blue) = 65+49+30=144 (19% of max value = 765). Red value is 65 (25.78% from 255 or 45.14% from 144); Green value is 49 (19.53% from 255 or 34.03% from 144); Blue value is 30 (12.11% from 255 or 20.83% from 144); Max value from RGB is 65 - color contains mainly: red. Hex color #41311E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41311E is #BECEE1. Grayscale: #333333. Windows color (decimal): -12504802 or 1978689. OLE color: 1978689.

HSL color Cylindrical-coordinate representation of color #41311E: hue angle of 32.57º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #41311E is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB654930-
CMYK00.250.540.75
HSL32.57º36.84%18.63%-
HSV(B)32.57º53.85%25.49%-
XYZ3.513.411.7-
YUV51.62115.8137.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 45.14%
GREEN value IS 49 (19.53% from 255) = 34.03%
BLUE value IS 30 (12.11% from 255) = 20.83%
R=45.14%
G=34.03%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65493000.250.540.7532.5736.8418.63
Hex41311E019364B212513
Octal101613603166113414523
Binary100000111000111110011001110110100101110000110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41311E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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