#41311C

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

Shades of Clinker #41311C

Tints of Clinker #41311C

Color information

#41311C (or 0x41311C) is unknown color: approx Clinker. HEX triplet: 41, 31 and 1C. RGB value is (65,49,28). Sum of RGB (Red+Green+Blue) = 65+49+28=142 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.77% from 142); Green value is 49 (19.53% from 255 or 34.51% from 142); Blue value is 28 (11.33% from 255 or 19.72% from 142); Max value from RGB is 65 - color contains mainly: red. Hex color #41311C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41311C is #BECEE3. Grayscale: #333333. Windows color (decimal): -12504804 or 1847617. OLE color: 1847617.

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

Color convert

RGB654928-
CMYK00.250.570.75
HSL34.05º39.78%18.24%-
HSV(B)34.05º56.92%25.49%-
XYZ3.493.41.57-
YUV51.39114.8137.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 45.77%
GREEN value IS 49 (19.53% from 255) = 34.51%
BLUE value IS 28 (11.33% from 255) = 19.72%
R=45.77%
G=34.51%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65492800.250.570.7534.0539.7818.24
Hex41311C019394B222812
Octal101613403171113425022
Binary100000111000111100011001111001100101110001010100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41311C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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