Html Css Color HEX #001E01 Black Bean

📋 copy color: '#001E01'

red 0 ◦ green 30 ◦ blue 1

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

Shades of Black Bean #001E01

Tints of Black Bean #001E01

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 30 (12.11% from 255) = 96.77%

 BLUE value IS 1 (0.78% from 255) = 3.23%

R = 0%
G = 96.77%
B = 3.23%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.97

 K value IS 0.88

RGB Variations

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

Color information

#001E01 (or 0x001E01) is known color: Black Bean. HEX triplet: 00, 1E and 01. RGB value is (0,30,1). Sum of RGB (Red+Green+Blue) = 0+30+1=31 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 31); Green value is 30 (12.11% from 255 or 96.77% from 31); Blue value is 1 (0.78% from 255 or 3.23% from 31); Max value from RGB is 30 - color contains mainly: green. Hex color #001E01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001E01 is #FFE1FE. Grayscale: #111111. Windows color (decimal): -16769535 or 73216. OLE color: 73216.

HSL color Cylindrical-coordinate representation of color #001E01: hue angle of 122º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001E01 is Cyan = 1, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.88.

Color convert

RGB 0 30 1 -
CMYK 1 0 0.97 0.88
HSL 122º 1% 0.06% -
HSV(B) 122º 1% 0.12% -
XYZ 0.47 0.93 0.18 -
YUV 17.72 118.56 115.36 -
System Red Green Blue C M Y K H S L
Decimal 0 30 1 1 0 0.97 0.88 122 1 0.06
Hex 0 1E 1 64 0 61 58 7A 64 6
Octal 0 36 1 144 0 141 130 172 144 6
Binary 0 11110 1 1100100 0 1100001 1011000 1111010 1100100 110

Color Harmonies of #001E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001E01

Black with #001E01

Text Example


Text Example

White with #001E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001E01; }

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

 H1.HeaderClassName
 {
   color: #001E01;
 }
 .AnyTagClassName
 {
   color: #001E01;
 }
</style>

background-color css

<style>
 a { background-color: #001E01; }

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

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

border-color css

<style>
 span { border-color: #001E01; }

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

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