#001701

Color #001701 Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #001701

Tints of Black Bean #001701

Color information

#001701 (or 0x001701) is unknown color: approx Black Bean. HEX triplet: 00, 17 and 01. RGB value is (0,23,1). Sum of RGB (Red+Green+Blue) = 0+23+1=24 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 24); Green value is 23 (9.38% from 255 or 95.83% from 24); Blue value is 1 (0.78% from 255 or 4.17% from 24); Max value from RGB is 23 - color contains mainly: green. Hex color #001701 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001701 is #FFE8FE. Grayscale: #0D0D0D. Windows color (decimal): -16771327 or 71424. OLE color: 71424.

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

Color convert

RGB0231-
CMYK100.960.91
HSL122.61º100%4.51%-
HSV(B)122.61º100%9.02%-
XYZ0.310.610.13-
YUV13.62120.88118.29-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 23 (9.38% from 255) = 95.83%
BLUE value IS 1 (0.78% from 255) = 4.17%
R=0%
G=95.83%
B=4.17%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal0231100.960.91122.611004.51
Hex0171640605B7b645
Octal027114401401331731445
Binary0101111110010001100000101101111110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001701; }

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

 H1.HeaderClassName
 {
   color: #001701;
 }
 .AnyTagClassName
 {
   color: #001701;
 }
</style>
background-color css

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

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

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

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

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

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