#41311B

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

Shades of Clinker #41311B

Tints of Clinker #41311B

Color information

#41311B (or 0x41311B) is unknown color: approx Clinker. HEX triplet: 41, 31 and 1B. RGB value is (65,49,27). Sum of RGB (Red+Green+Blue) = 65+49+27=141 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.10% from 141); Green value is 49 (19.53% from 255 or 34.75% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 65 - color contains mainly: red. Hex color #41311B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41311B is #BECEE4. Grayscale: #333333. Windows color (decimal): -12504805 or 1782081. OLE color: 1782081.

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

Color convert

RGB654927-
CMYK00.250.580.75
HSL34.74º41.3%18.04%-
HSV(B)34.74º58.46%25.49%-
XYZ3.483.41.51-
YUV51.28114.3137.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 46.10%
GREEN value IS 49 (19.53% from 255) = 34.75%
BLUE value IS 27 (10.94% from 255) = 19.15%
R=46.10%
G=34.75%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65492700.250.580.7534.7441.318.04
Hex41311B0193A4B232912
Octal101613303172113435122
Binary100000111000111011011001111010100101110001110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41311B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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