#0E0201

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

Shades of Black #0E0201

Tints of Black #0E0201

Color information

#0E0201 (or 0x0E0201) is unknown color: approx Black. HEX triplet: 0E, 02 and 01. RGB value is (14,2,1). Sum of RGB (Red+Green+Blue) = 14+2+1=17 (2% of max value = 765). Red value is 14 (5.86% from 255 or 82.35% from 17); Green value is 2 (1.17% from 255 or 11.76% from 17); Blue value is 1 (0.78% from 255 or 5.88% from 17); Max value from RGB is 14 - color contains mainly: red. Hex color #0E0201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0201 is #F1FDFE. Grayscale: #050505. Windows color (decimal): -15859199 or 66062. OLE color: 66062.

HSL color Cylindrical-coordinate representation of color #0E0201: hue angle of 4.62º degrees, saturation: 0.87, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E0201 is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.95.

Color convert

RGB1421-
CMYK00.860.930.95
HSL4.62º86.67%2.94%-
HSV(B)4.62º92.86%5.49%-
XYZ0.210.140.04-
YUV5.47125.48134.08-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 82.35%
GREEN value IS 2 (1.17% from 255) = 11.76%
BLUE value IS 1 (0.78% from 255) = 5.88%
R=82.35%
G=11.76%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.93
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal142100.860.930.954.6286.672.94
HexE210565D5F5573
Octal1621012613513751273
Binary11101010101011010111011011111101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E0201; }

 p { color: rgb(14,2,1); }

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

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

 a { background-color: rgb(14,2,1); }

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

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

 span { border-color: rgb(14,2,1); }

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