#012404

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

Shades of Black Bean #012404

Tints of Black Bean #012404

Color information

#012404 (or 0x012404) is unknown color: approx Black Bean. HEX triplet: 01, 24 and 04. RGB value is (1,36,4). Sum of RGB (Red+Green+Blue) = 1+36+4=41 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.44% from 41); Green value is 36 (14.45% from 255 or 87.80% from 41); Blue value is 4 (1.95% from 255 or 9.76% from 41); Max value from RGB is 36 - color contains mainly: green. Hex color #012404 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012404 is #FEDBFB. Grayscale: #151515. Windows color (decimal): -16702460 or 271361. OLE color: 271361.

HSL color Cylindrical-coordinate representation of color #012404: hue angle of 125.14º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012404 is Cyan = 0.97, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.86.

Color convert

RGB1364-
CMYK0.9700.890.86
HSL125.14º94.59%7.25%-
HSV(B)125.14º97.22%14.12%-
XYZ0.671.280.33-
YUV21.89117.9113.1-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.44%
GREEN value IS 36 (14.45% from 255) = 87.80%
BLUE value IS 4 (1.95% from 255) = 9.76%
R=2.44%
G=87.80%
B=9.76%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal13640.9700.890.86125.1494.597.25
Hex124461059567d5f7
Octal144414101311261751377
Binary1100100100110000101011001101011011111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012404; }

 p { color: rgb(1,36,4); }

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

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

 a { background-color: rgb(1,36,4); }

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

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

 span { border-color: rgb(1,36,4); }

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