#41301B

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

Shades of Clinker #41301B

Tints of Clinker #41301B

Color information

#41301B (or 0x41301B) is unknown color: approx Clinker. HEX triplet: 41, 30 and 1B. RGB value is (65,48,27). Sum of RGB (Red+Green+Blue) = 65+48+27=140 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.43% from 140); Green value is 48 (19.14% from 255 or 34.29% from 140); Blue value is 27 (10.94% from 255 or 19.29% from 140); Max value from RGB is 65 - color contains mainly: red. Hex color #41301B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41301B is #BECFE4. Grayscale: #323232. Windows color (decimal): -12505061 or 1781825. OLE color: 1781825.

HSL color Cylindrical-coordinate representation of color #41301B: hue angle of 33.16º 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 #41301B is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB654827-
CMYK00.260.580.75
HSL33.16º41.3%18.04%-
HSV(B)33.16º58.46%25.49%-
XYZ3.433.321.5-
YUV50.69114.63138.21-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 46.43%
GREEN value IS 48 (19.14% from 255) = 34.29%
BLUE value IS 27 (10.94% from 255) = 19.29%
R=46.43%
G=34.29%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65482700.260.580.7533.1641.318.04
Hex41301B01A3A4B212912
Octal101603303272113415122
Binary100000111000011011011010111010100101110000110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41301B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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