#001801

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

Shades of Black Bean #001801

Tints of Black Bean #001801

Color information

#001801 (or 0x001801) is unknown color: approx Black Bean. HEX triplet: 00, 18 and 01. RGB value is (0,24,1). Sum of RGB (Red+Green+Blue) = 0+24+1=25 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 25); Green value is 24 (9.77% from 255 or 96% from 25); Blue value is 1 (0.78% from 255 or 4% from 25); Max value from RGB is 24 - color contains mainly: green. Hex color #001801 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001801 is #FFE7FE. Grayscale: #0E0E0E. Windows color (decimal): -16771071 or 71680. OLE color: 71680.

HSL color Cylindrical-coordinate representation of color #001801: hue angle of 122.5º 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 #001801 is Cyan = 1, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.91.

Color convert

RGB0241-
CMYK100.960.91
HSL122.5º100%4.71%-
HSV(B)122.5º100%9.41%-
XYZ0.330.660.14-
YUV14.2120.55117.87-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 24 (9.77% from 255) = 96%
BLUE value IS 1 (0.78% from 255) = 4%
R=0%
G=96%
B=4%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal0241100.960.91122.51004.71
Hex0181640605B7a645
Octal030114401401331721445
Binary0110001110010001100000101101111110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001801; }

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

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

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

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

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

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

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

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