Html Css Color HEX #011101 Black Bean

📋 copy color: '#011101'

red 1 ◦ green 17 ◦ blue 1

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

Shades of Black Bean #011101

Tints of Black Bean #011101

RGB

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

 GREEN value IS 17 (7.03% from 255) = 89.47%

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

R = 5.26%
G = 89.47%
B = 5.26%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.94

 K value IS 0.93

RGB Variations

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

Color information

#011101 (or 0x011101) is known color: Black Bean. HEX triplet: 01, 11 and 01. RGB value is (1,17,1). Sum of RGB (Red+Green+Blue) = 1+17+1=19 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5.26% from 19); Green value is 17 (7.03% from 255 or 89.47% from 19); Blue value is 1 (0.78% from 255 or 5.26% from 19); Max value from RGB is 17 - color contains mainly: green. Hex color #011101 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011101 is #FEEEFE. Grayscale: #0A0A0A. Windows color (decimal): -16707327 or 69889. OLE color: 69889.

HSL color Cylindrical-coordinate representation of color #011101: hue angle of 120º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #011101 is Cyan = 0.94, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.93.

Color convert

RGB 1 17 1 -
CMYK 0.94 0 0.94 0.93
HSL 120º 0.89% 0.04% -
HSV(B) 120º 0.94% 0.07% -
XYZ 0.22 0.41 0.1 -
YUV 10.39 122.7 121.3 -
System Red Green Blue C M Y K H S L
Decimal 1 17 1 0.94 0 0.94 0.93 120 0.89 0.04
Hex 1 11 1 5E 0 5E 5D 78 59 4
Octal 1 21 1 136 0 136 135 170 131 4
Binary 1 10001 1 1011110 0 1011110 1011101 1111000 1011001 100

Color Harmonies of #011101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011101

Black with #011101

Text Example


Text Example

White with #011101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011101; }

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

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

background-color css

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

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

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

border-color css

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

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

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