#001F04

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

Shades of Black Bean #001F04

Tints of Black Bean #001F04

Color information

#001F04 (or 0x001F04) is unknown color: approx Black Bean. HEX triplet: 00, 1F and 04. RGB value is (0,31,4). Sum of RGB (Red+Green+Blue) = 0+31+4=35 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 35); Green value is 31 (12.5% from 255 or 88.57% from 35); Blue value is 4 (1.95% from 255 or 11.43% from 35); Max value from RGB is 31 - color contains mainly: green. Hex color #001F04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001F04 is #FFE0FB. Grayscale: #121212. Windows color (decimal): -16769276 or 270080. OLE color: 270080.

HSL color Cylindrical-coordinate representation of color #001F04: hue angle of 127.74º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001F04 is Cyan = 1, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.88.

Color convert

RGB0314-
CMYK100.870.88
HSL127.74º100%6.08%-
HSV(B)127.74º100%12.16%-
XYZ0.510.990.28-
YUV18.65119.73114.7-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 31 (12.5% from 255) = 88.57%
BLUE value IS 4 (1.95% from 255) = 11.43%
R=0%
G=88.57%
B=11.43%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal0314100.870.88127.741006.08
Hex01F4640575880646
Octal037414401271302001446
Binary0111111001100100010101111011000100000001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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