#40301A

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

Shades of Clinker #40301A

Tints of Clinker #40301A

Color information

#40301A (or 0x40301A) is unknown color: approx Clinker. HEX triplet: 40, 30 and 1A. RGB value is (64,48,26). Sum of RGB (Red+Green+Blue) = 64+48+26=138 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.38% from 138); Green value is 48 (19.14% from 255 or 34.78% from 138); Blue value is 26 (10.55% from 255 or 18.84% from 138); Max value from RGB is 64 - color contains mainly: red. Hex color #40301A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40301A is #BFCFE5. Grayscale: #323232. Windows color (decimal): -12570598 or 1716288. OLE color: 1716288.

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

Color convert

RGB644826-
CMYK00.250.590.75
HSL34.74º42.22%17.65%-
HSV(B)34.74º59.38%25.1%-
XYZ3.363.281.43-
YUV50.28114.3137.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.38%
GREEN value IS 48 (19.14% from 255) = 34.78%
BLUE value IS 26 (10.55% from 255) = 18.84%
R=46.38%
G=34.78%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64482600.250.590.7534.7442.2217.65
Hex40301A0193B4B232a12
Octal100603203173113435222
Binary100000011000011010011001111011100101110001110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40301A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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