#001C01

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

Shades of Black Bean #001C01

Tints of Black Bean #001C01

Color information

#001C01 (or 0x001C01) is unknown color: approx Black Bean. HEX triplet: 00, 1C and 01. RGB value is (0,28,1). Sum of RGB (Red+Green+Blue) = 0+28+1=29 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 29); Green value is 28 (11.33% from 255 or 96.55% from 29); Blue value is 1 (0.78% from 255 or 3.45% from 29); Max value from RGB is 28 - color contains mainly: green. Hex color #001C01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001C01 is #FFE3FE. Grayscale: #101010. Windows color (decimal): -16770047 or 72704. OLE color: 72704.

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

Color convert

RGB0281-
CMYK100.960.89
HSL122.14º100%5.49%-
HSV(B)122.14º100%10.98%-
XYZ0.420.830.17-
YUV16.55119.22116.2-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 28 (11.33% from 255) = 96.55%
BLUE value IS 1 (0.78% from 255) = 3.45%
R=0%
G=96.55%
B=3.45%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal0281100.960.89122.141005.49
Hex01C164060597a645
Octal034114401401311721445
Binary0111001110010001100000101100111110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001C01; }

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

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

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

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

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

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

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

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