Html Css Color HEX #011100 Black Bean

📋 copy color: '#011100'

red 1 ◦ green 17 ◦ blue 0

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

Shades of Black Bean #011100

Tints of Black Bean #011100

RGB

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

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

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

R = 5.56%
G = 94.44%
B = 0%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 1

 K value IS 0.93

RGB Variations

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

Color information

#011100 (or 0x011100) is known color: Black Bean. HEX triplet: 01, 11 and 00. RGB value is (1,17,0). Sum of RGB (Red+Green+Blue) = 1+17+0=18 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5.56% from 18); Green value is 17 (7.03% from 255 or 94.44% from 18); Blue value is 0 (0.39% from 255 or 0% from 18); Max value from RGB is 17 - color contains mainly: green. Hex color #011100 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011100 is #FEEEFF. Grayscale: #0A0A0A. Windows color (decimal): -16707328 or 4353. OLE color: 4353.

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

Color convert

RGB 1 17 0 -
CMYK 0.94 0 1 0.93
HSL 116.47º 1% 0.03% -
HSV(B) 116.47º 1% 0.07% -
XYZ 0.21 0.41 0.07 -
YUV 10.28 122.2 121.38 -
System Red Green Blue C M Y K H S L
Decimal 1 17 0 0.94 0 1 0.93 116.47 1 0.03
Hex 1 11 0 5E 0 64 5D 74 64 3
Octal 1 21 0 136 0 144 135 164 144 3
Binary 1 10001 0 1011110 0 1100100 1011101 1110100 1100100 11

Color Harmonies of #011100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011100

Black with #011100

Text Example


Text Example

White with #011100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011100; }

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

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

background-color css

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

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

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

border-color css

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

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

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