#41331F

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

Shades of Clinker #41331F

Tints of Clinker #41331F

Color information

#41331F (or 0x41331F) is unknown color: approx Clinker. HEX triplet: 41, 33 and 1F. RGB value is (65,51,31). Sum of RGB (Red+Green+Blue) = 65+51+31=147 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.22% from 147); Green value is 51 (20.31% from 255 or 34.69% from 147); Blue value is 31 (12.5% from 255 or 21.09% from 147); Max value from RGB is 65 - color contains mainly: red. Hex color #41331F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41331F is #BECCE0. Grayscale: #353535. Windows color (decimal): -12504289 or 2044737. OLE color: 2044737.

HSL color Cylindrical-coordinate representation of color #41331F: hue angle of 35.29º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #41331F is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB655131-
CMYK00.220.520.75
HSL35.29º35.42%18.82%-
HSV(B)35.29º52.31%25.49%-
XYZ3.613.591.8-
YUV52.91115.64136.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.22%
GREEN value IS 51 (20.31% from 255) = 34.69%
BLUE value IS 31 (12.5% from 255) = 21.09%
R=44.22%
G=34.69%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65513100.220.520.7535.2935.4218.82
Hex41331F016344B232313
Octal101633702664113434323
Binary100000111001111111010110110100100101110001110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41331F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41331F; }

 p { color: rgb(65,51,31); }

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

<style>
 a { background-color: #41331F; }

 a { background-color: rgb(65,51,31); }

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

<style>
 span { border-color: #41331F; }

 span { border-color: rgb(65,51,31); }

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