Html Css Color HEX #011901 Black Bean

📋 copy color: '#011901'

red 1 ◦ green 25 ◦ blue 1

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

Shades of Black Bean #011901

Tints of Black Bean #011901

RGB

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

 GREEN value IS 25 (10.16% from 255) = 92.59%

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

R = 3.7%
G = 92.59%
B = 3.7%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.96

 K value IS 0.90

RGB Variations

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

Color information

#011901 (or 0x011901) is known color: Black Bean. HEX triplet: 01, 19 and 01. RGB value is (1,25,1). Sum of RGB (Red+Green+Blue) = 1+25+1=27 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.70% from 27); Green value is 25 (10.16% from 255 or 92.59% from 27); Blue value is 1 (0.78% from 255 or 3.70% from 27); Max value from RGB is 25 - color contains mainly: green. Hex color #011901 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011901 is #FEE6FE. Grayscale: #0F0F0F. Windows color (decimal): -16705279 or 71937. OLE color: 71937.

HSL color Cylindrical-coordinate representation of color #011901: hue angle of 120º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #011901 is Cyan = 0.96, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.90.

Color convert

RGB 1 25 1 -
CMYK 0.96 0 0.96 0.90
HSL 120º 0.92% 0.05% -
HSV(B) 120º 0.96% 0.1% -
XYZ 0.37 0.7 0.15 -
YUV 15.09 120.05 117.95 -
System Red Green Blue C M Y K H S L
Decimal 1 25 1 0.96 0 0.96 0.90 120 0.92 0.05
Hex 1 19 1 60 0 60 5A 78 5C 5
Octal 1 31 1 140 0 140 132 170 134 5
Binary 1 11001 1 1100000 0 1100000 1011010 1111000 1011100 101

Color Harmonies of #011901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011901

Black with #011901

Text Example


Text Example

White with #011901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011901; }

 p { color: rgb(1,25,1); }

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

background-color css

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

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

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

border-color css

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

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

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