Html Css Color HEX #011001 Black Bean

📋 copy color: '#011001'

red 1 ◦ green 16 ◦ blue 1

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

Shades of Black Bean #011001

Tints of Black Bean #011001

RGB

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

 GREEN value IS 16 (6.64% from 255) = 88.89%

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

R = 5.56%
G = 88.89%
B = 5.56%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.94

 K value IS 0.94

RGB Variations

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

Color information

#011001 (or 0x011001) is known color: Black Bean. HEX triplet: 01, 10 and 01. RGB value is (1,16,1). Sum of RGB (Red+Green+Blue) = 1+16+1=18 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5.56% from 18); Green value is 16 (6.64% from 255 or 88.89% from 18); Blue value is 1 (0.78% from 255 or 5.56% from 18); Max value from RGB is 16 - color contains mainly: green. Hex color #011001 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011001 is #FEEFFE. Grayscale: #090909. Windows color (decimal): -16707583 or 69633. OLE color: 69633.

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

Color convert

RGB 1 16 1 -
CMYK 0.94 0 0.94 0.94
HSL 120º 0.88% 0.03% -
HSV(B) 120º 0.94% 0.06% -
XYZ 0.2 0.38 0.09 -
YUV 9.81 123.03 121.72 -
System Red Green Blue C M Y K H S L
Decimal 1 16 1 0.94 0 0.94 0.94 120 0.88 0.03
Hex 1 10 1 5E 0 5E 5E 78 58 3
Octal 1 20 1 136 0 136 136 170 130 3
Binary 1 10000 1 1011110 0 1011110 1011110 1111000 1011000 11

Color Harmonies of #011001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011001

Black with #011001

Text Example


Text Example

White with #011001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011001; }

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

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

background-color css

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

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

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

border-color css

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

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

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