Html Css Color HEX #000E02 Black Bean

📋 copy color: '#000E02'

red 0 ◦ green 14 ◦ blue 2

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

Shades of Black Bean #000E02

Tints of Black Bean #000E02

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

 M value IS 0

 Y value IS 0.86

 K value IS 0.95

RGB Variations

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

Color information

#000E02 (or 0x000E02) is known color: 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

RGB 0 14 2 -
CMYK 1 0 0.86 0.95
HSL 128.57º 1% 0.03% -
HSV(B) 128.57º 1% 0.05% -
XYZ 0.17 0.32 0.11 -
YUV 8.45 124.36 121.98 -
System Red Green Blue C M Y K H S L
Decimal 0 14 2 1 0 0.86 0.95 128.57 1 0.03
Hex 0 E 2 64 0 56 5F 81 64 3
Octal 0 16 2 144 0 126 137 201 144 3
Binary 0 1110 10 1100100 0 1010110 1011111 10000001 1100100 11

Color Harmonies of #000E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000E02

Black with #000E02

Text Example


Text Example

White with #000E02

Text Example


Text Example

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