#001C04

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

Shades of Black Bean #001C04

Tints of Black Bean #001C04

Color information

#001C04 (or 0x001C04) is unknown color: approx Black Bean. HEX triplet: 00, 1C and 04. RGB value is (0,28,4). Sum of RGB (Red+Green+Blue) = 0+28+4=32 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 32); Green value is 28 (11.33% from 255 or 87.5% from 32); Blue value is 4 (1.95% from 255 or 12.5% from 32); Max value from RGB is 28 - color contains mainly: green. Hex color #001C04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001C04 is #FFE3FB. Grayscale: #101010. Windows color (decimal): -16770044 or 269312. OLE color: 269312.

HSL color Cylindrical-coordinate representation of color #001C04: hue angle of 128.57º 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 #001C04 is Cyan = 1, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.89.

Color convert

RGB0284-
CMYK100.860.89
HSL128.57º100%5.49%-
HSV(B)128.57º100%10.98%-
XYZ0.440.840.25-
YUV16.89120.72115.95-

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) = 87.5%
BLUE value IS 4 (1.95% from 255) = 12.5%
R=0%
G=87.5%
B=12.5%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal0284100.860.89128.571005.49
Hex01C4640565981645
Octal034414401261312011445
Binary0111001001100100010101101011001100000011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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