Html Css Color HEX #011E05 Black Bean

📋 copy color: '#011E05'

red 1 ◦ green 30 ◦ blue 5

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

Shades of Black Bean #011E05

Tints of Black Bean #011E05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 13.89%

R = 2.78%
G = 83.33%
B = 13.89%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.83

 K value IS 0.88

RGB Variations

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

Color information

#011E05 (or 0x011E05) is known color: Black Bean. HEX triplet: 01, 1E and 05. RGB value is (1,30,5). Sum of RGB (Red+Green+Blue) = 1+30+5=36 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.78% from 36); Green value is 30 (12.11% from 255 or 83.33% from 36); Blue value is 5 (2.34% from 255 or 13.89% from 36); Max value from RGB is 30 - color contains mainly: green. Hex color #011E05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011E05 is #FEE1FA. Grayscale: #121212. Windows color (decimal): -16703995 or 335361. OLE color: 335361.

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

Color convert

RGB 1 30 5 -
CMYK 0.97 0 0.83 0.88
HSL 128.28º 0.94% 0.06% -
HSV(B) 128.28º 0.97% 0.12% -
XYZ 0.5 0.95 0.3 -
YUV 18.48 120.39 115.53 -
System Red Green Blue C M Y K H S L
Decimal 1 30 5 0.97 0 0.83 0.88 128.28 0.94 0.06
Hex 1 1E 5 61 0 53 58 80 5E 6
Octal 1 36 5 141 0 123 130 200 136 6
Binary 1 11110 101 1100001 0 1010011 1011000 10000000 1011110 110

Color Harmonies of #011E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011E05

Black with #011E05

Text Example


Text Example

White with #011E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011E05; }

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

 H1.HeaderClassName
 {
   color: #011E05;
 }
 .AnyTagClassName
 {
   color: #011E05;
 }
</style>

background-color css

<style>
 a { background-color: #011E05; }

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

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

border-color css

<style>
 span { border-color: #011E05; }

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

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