#000E02

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

Shades of Black Bean #000E02

Tints of Black Bean #000E02

Color information

#000E02 (or 0x000E02) is unknown color: approx Black Bean. HEX triplet: 00, 0E and 02. RGB value is (0,14,2). Sum of RGB (Red+Green+Blue) = 0+14+2=16 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 16); Green value is 14 (5.86% from 255 or 87.5% from 16); Blue value is 2 (1.17% from 255 or 12.5% from 16); Max value from RGB is 14 - color contains mainly: green. Hex color #000E02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000E02 is #FFF1FD. Grayscale: #080808. Windows color (decimal): -16773630 or 134656. OLE color: 134656.

HSL color Cylindrical-coordinate representation of color #000E02: hue angle of 128.57º 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 #000E02 is Cyan = 1, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.95.

Color convert

RGB0142-
CMYK100.860.95
HSL128.57º100%2.75%-
HSV(B)128.57º100%5.49%-
XYZ0.170.320.11-
YUV8.45124.36121.98-

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) = 87.5%
BLUE value IS 2 (1.17% from 255) = 12.5%
R=0%
G=87.5%
B=12.5%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal0142100.860.95128.571002.75
Hex0E2640565F81643
Octal016214401261372011443
Binary0111010110010001010110101111110000001110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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