Html Css Color HEX #001E04 Black Bean

📋 copy color: '#001E04'

red 0 ◦ green 30 ◦ blue 4

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

Shades of Black Bean #001E04

Tints of Black Bean #001E04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 11.76%

R = 0%
G = 88.24%
B = 11.76%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.87

 K value IS 0.88

RGB Variations

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

Color information

#001E04 (or 0x001E04) is known color: Black Bean. HEX triplet: 00, 1E and 04. RGB value is (0,30,4). Sum of RGB (Red+Green+Blue) = 0+30+4=34 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 34); Green value is 30 (12.11% from 255 or 88.24% from 34); Blue value is 4 (1.95% from 255 or 11.76% from 34); Max value from RGB is 30 - color contains mainly: green. Hex color #001E04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001E04 is #FFE1FB. Grayscale: #121212. Windows color (decimal): -16769532 or 269824. OLE color: 269824.

HSL color Cylindrical-coordinate representation of color #001E04: hue angle of 128º 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 #001E04 is Cyan = 1, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.88.

Color convert

RGB 0 30 4 -
CMYK 1 0 0.87 0.88
HSL 128º 1% 0.06% -
HSV(B) 128º 1% 0.12% -
XYZ 0.49 0.94 0.27 -
YUV 18.07 120.06 115.11 -
System Red Green Blue C M Y K H S L
Decimal 0 30 4 1 0 0.87 0.88 128 1 0.06
Hex 0 1E 4 64 0 57 58 80 64 6
Octal 0 36 4 144 0 127 130 200 144 6
Binary 0 11110 100 1100100 0 1010111 1011000 10000000 1100100 110

Color Harmonies of #001E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001E04

Black with #001E04

Text Example


Text Example

White with #001E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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