#010E00

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

Shades of Black Bean #010E00

Tints of Black Bean #010E00

Color information

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

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

Color convert

RGB1140-
CMYK0.93010.95
HSL115.71º100%2.75%-
HSV(B)115.71º100%5.49%-
XYZ0.170.320.05-
YUV8.52123.19122.64-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal11400.93010.95115.711002.75
Hex1E05D0645F74643
Octal116013501441371641443
Binary11110010111010110010010111111110100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010E00; }

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

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

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

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

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

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

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

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