Html Css Color HEX #010E00 Black Bean

📋 copy color: '#010E00'

red 1 ◦ green 14 ◦ blue 0

#010E00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Bean #010E00

Tints of Black Bean #010E00

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 value IS 0.93

 M value IS 0

 Y value IS 1

 K value IS 0.95

RGB Variations

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

Color information

#010E00 (or 0x010E00) is known color: 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

RGB 1 14 0 -
CMYK 0.93 0 1 0.95
HSL 115.71º 1% 0.03% -
HSV(B) 115.71º 1% 0.05% -
XYZ 0.17 0.32 0.05 -
YUV 8.52 123.19 122.64 -
System Red Green Blue C M Y K H S L
Decimal 1 14 0 0.93 0 1 0.95 115.71 1 0.03
Hex 1 E 0 5D 0 64 5F 74 64 3
Octal 1 16 0 135 0 144 137 164 144 3
Binary 1 1110 0 1011101 0 1100100 1011111 1110100 1100100 11

Color Harmonies of #010E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010E00

Black with #010E00

Text Example


Text Example

White with #010E00

Text Example


Text Example

HTML Codes & Css Web 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>