#41311A

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

Shades of Clinker #41311A

Tints of Clinker #41311A

Color information

#41311A (or 0x41311A) is unknown color: approx Clinker. HEX triplet: 41, 31 and 1A. RGB value is (65,49,26). Sum of RGB (Red+Green+Blue) = 65+49+26=140 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.43% from 140); Green value is 49 (19.53% from 255 or 35% from 140); Blue value is 26 (10.55% from 255 or 18.57% from 140); Max value from RGB is 65 - color contains mainly: red. Hex color #41311A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41311A is #BECEE5. Grayscale: #333333. Windows color (decimal): -12504806 or 1716545. OLE color: 1716545.

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

Color convert

RGB654926-
CMYK00.250.600.75
HSL35.38º42.86%17.84%-
HSV(B)35.38º60%25.49%-
XYZ3.463.41.45-
YUV51.16113.8137.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 46.43%
GREEN value IS 49 (19.53% from 255) = 35%
BLUE value IS 26 (10.55% from 255) = 18.57%
R=46.43%
G=35%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.60
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65492600.250.600.7535.3842.8617.84
Hex41311A0193C4B232b12
Octal101613203174113435322
Binary100000111000111010011001111100100101110001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41311A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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