#141010

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

Shades of Black #141010

Tints of Black #141010

Color information

#141010 (or 0x141010) is unknown color: approx Black. HEX triplet: 14, 10 and 10. RGB value is (20,16,16). Sum of RGB (Red+Green+Blue) = 20+16+16=52 (6% of max value = 765). Red value is 20 (8.20% from 255 or 38.46% from 52); Green value is 16 (6.64% from 255 or 30.77% from 52); Blue value is 16 (6.64% from 255 or 30.77% from 52); Max value from RGB is 20 - color contains mainly: red. Hex color #141010 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141010 is #EBEFEF. Grayscale: #111111. Windows color (decimal): -15462384 or 1052692. OLE color: 1052692.

HSL color Cylindrical-coordinate representation of color #141010: hue angle of 0º degrees, saturation: 0.11, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #141010 is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.92.

Color convert

RGB201616-
CMYK00.200.200.92
HSL11.11%7.06%-
HSV(B)20%7.84%-
XYZ0.570.560.57-
YUV17.2127.33130-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 38.46%
GREEN value IS 16 (6.64% from 255) = 30.77%
BLUE value IS 16 (6.64% from 255) = 30.77%
R=38.46%
G=30.77%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal20161600.200.200.92011.117.06
Hex141010014145C0b7
Octal242020024241340137
Binary10100100001000001010010100101110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141010; }

 p { color: rgb(20,16,16); }

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

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

 a { background-color: rgb(20,16,16); }

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

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

 span { border-color: rgb(20,16,16); }

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