Html Css Color HEX #010E02 Black Bean

📋 copy color: '#010E02'

red 1 ◦ green 14 ◦ blue 2

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

Shades of Black Bean #010E02

Tints of Black Bean #010E02

RGB

 RED value IS 1 (0.78% from 255) = 5.88%

 GREEN value IS 14 (5.86% from 255) = 82.35%

 BLUE value IS 2 (1.17% from 255) = 11.76%

R = 5.88%
G = 82.35%
B = 11.76%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.86

 K value IS 0.95

RGB Variations

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

Color information

#010E02 (or 0x010E02) is known color: Black Bean. HEX triplet: 01, 0E and 02. RGB value is (1,14,2). Sum of RGB (Red+Green+Blue) = 1+14+2=17 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5.88% from 17); Green value is 14 (5.86% from 255 or 82.35% from 17); Blue value is 2 (1.17% from 255 or 11.76% from 17); Max value from RGB is 14 - color contains mainly: green. Hex color #010E02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010E02 is #FEF1FD. Grayscale: #080808. Windows color (decimal): -16708094 or 134657. OLE color: 134657.

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

Color convert

RGB 1 14 2 -
CMYK 0.93 0 0.86 0.95
HSL 124.62º 0.87% 0.03% -
HSV(B) 124.62º 0.93% 0.05% -
XYZ 0.18 0.32 0.11 -
YUV 8.75 124.19 122.48 -
System Red Green Blue C M Y K H S L
Decimal 1 14 2 0.93 0 0.86 0.95 124.62 0.87 0.03
Hex 1 E 2 5D 0 56 5F 7D 57 3
Octal 1 16 2 135 0 126 137 175 127 3
Binary 1 1110 10 1011101 0 1010110 1011111 1111101 1010111 11

Color Harmonies of #010E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010E02

Black with #010E02

Text Example


Text Example

White with #010E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #010E02;
 }
 .AnyTagClassName
 {
   color: #010E02;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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