#000E01

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

Shades of Black Bean #000E01

Tints of Black Bean #000E01

Color information

#000E01 (or 0x000E01) is unknown color: approx Black Bean. HEX triplet: 00, 0E and 01. RGB value is (0,14,1). Sum of RGB (Red+Green+Blue) = 0+14+1=15 (1% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 15); Green value is 14 (5.86% from 255 or 93.33% from 15); Blue value is 1 (0.78% from 255 or 6.67% from 15); Max value from RGB is 14 - color contains mainly: green. Hex color #000E01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000E01 is #FFF1FE. Grayscale: #080808. Windows color (decimal): -16773631 or 69120. OLE color: 69120.

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

Color convert

RGB0141-
CMYK100.930.95
HSL124.29º100%2.75%-
HSV(B)124.29º100%5.49%-
XYZ0.160.320.08-
YUV8.33123.86122.06-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 14 (5.86% from 255) = 93.33%
BLUE value IS 1 (0.78% from 255) = 6.67%
R=0%
G=93.33%
B=6.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal0141100.930.95124.291002.75
Hex0E16405D5F7c643
Octal016114401351371741443
Binary01110111001000101110110111111111100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000E01; }

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

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

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

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

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

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

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

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