#41321F

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

Shades of Clinker #41321F

Tints of Clinker #41321F

Color information

#41321F (or 0x41321F) is unknown color: approx Clinker. HEX triplet: 41, 32 and 1F. RGB value is (65,50,31). Sum of RGB (Red+Green+Blue) = 65+50+31=146 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.52% from 146); Green value is 50 (19.92% from 255 or 34.25% from 146); Blue value is 31 (12.5% from 255 or 21.23% from 146); Max value from RGB is 65 - color contains mainly: red. Hex color #41321F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41321F is #BECDE0. Grayscale: #343434. Windows color (decimal): -12504545 or 2044481. OLE color: 2044481.

HSL color Cylindrical-coordinate representation of color #41321F: hue angle of 33.53º 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 #41321F is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB655031-
CMYK00.230.520.75
HSL33.53º35.42%18.82%-
HSV(B)33.53º52.31%25.49%-
XYZ3.573.51.78-
YUV52.32115.97137.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.52%
GREEN value IS 50 (19.92% from 255) = 34.25%
BLUE value IS 31 (12.5% from 255) = 21.23%
R=44.52%
G=34.25%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65503100.230.520.7533.5335.4218.82
Hex41321F017344B222313
Octal101623702764113424323
Binary100000111001011111010111110100100101110001010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41321F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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