#41301A

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

Shades of Clinker #41301A

Tints of Clinker #41301A

Color information

#41301A (or 0x41301A) is unknown color: approx Clinker. HEX triplet: 41, 30 and 1A. RGB value is (65,48,26). Sum of RGB (Red+Green+Blue) = 65+48+26=139 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.76% from 139); Green value is 48 (19.14% from 255 or 34.53% from 139); Blue value is 26 (10.55% from 255 or 18.71% from 139); Max value from RGB is 65 - color contains mainly: red. Hex color #41301A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41301A is #BECFE5. Grayscale: #323232. Windows color (decimal): -12505062 or 1716289. OLE color: 1716289.

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

Color convert

RGB654826-
CMYK00.260.600.75
HSL33.85º42.86%17.84%-
HSV(B)33.85º60%25.49%-
XYZ3.423.311.44-
YUV50.58114.13138.29-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 46.76%
GREEN value IS 48 (19.14% from 255) = 34.53%
BLUE value IS 26 (10.55% from 255) = 18.71%
R=46.76%
G=34.53%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.60
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65482600.260.600.7533.8542.8617.84
Hex41301A01A3C4B222b12
Octal101603203274113425322
Binary100000111000011010011010111100100101110001010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41301A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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