Html Css Color HEX #011701 Black Bean

📋 copy color: '#011701'

red 1 ◦ green 23 ◦ blue 1

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

Shades of Black Bean #011701

Tints of Black Bean #011701

RGB

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

 GREEN value IS 23 (9.38% from 255) = 92%

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

R = 4%
G = 92%
B = 4%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.96

 K value IS 0.91

RGB Variations

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

Color information

#011701 (or 0x011701) is known color: Black Bean. HEX triplet: 01, 17 and 01. RGB value is (1,23,1). Sum of RGB (Red+Green+Blue) = 1+23+1=25 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4% from 25); Green value is 23 (9.38% from 255 or 92% from 25); Blue value is 1 (0.78% from 255 or 4% from 25); Max value from RGB is 23 - color contains mainly: green. Hex color #011701 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011701 is #FEE8FE. Grayscale: #0D0D0D. Windows color (decimal): -16705791 or 71425. OLE color: 71425.

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

Color convert

RGB 1 23 1 -
CMYK 0.96 0 0.96 0.91
HSL 120º 0.92% 0.05% -
HSV(B) 120º 0.96% 0.09% -
XYZ 0.32 0.62 0.13 -
YUV 13.91 120.71 118.79 -
System Red Green Blue C M Y K H S L
Decimal 1 23 1 0.96 0 0.96 0.91 120 0.92 0.05
Hex 1 17 1 60 0 60 5B 78 5C 5
Octal 1 27 1 140 0 140 133 170 134 5
Binary 1 10111 1 1100000 0 1100000 1011011 1111000 1011100 101

Color Harmonies of #011701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011701

Black with #011701

Text Example


Text Example

White with #011701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011701; }

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

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

background-color css

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

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

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

border-color css

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

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

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