#012204

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

Shades of Black Bean #012204

Tints of Black Bean #012204

Color information

#012204 (or 0x012204) is unknown color: approx Black Bean. HEX triplet: 01, 22 and 04. RGB value is (1,34,4). Sum of RGB (Red+Green+Blue) = 1+34+4=39 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.56% from 39); Green value is 34 (13.67% from 255 or 87.18% from 39); Blue value is 4 (1.95% from 255 or 10.26% from 39); Max value from RGB is 34 - color contains mainly: green. Hex color #012204 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012204 is #FEDDFB. Grayscale: #141414. Windows color (decimal): -16702972 or 270849. OLE color: 270849.

HSL color Cylindrical-coordinate representation of color #012204: hue angle of 125.45º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012204 is Cyan = 0.97, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.87.

Color convert

RGB1344-
CMYK0.9700.880.87
HSL125.45º94.29%6.86%-
HSV(B)125.45º97.06%13.33%-
XYZ0.611.160.31-
YUV20.71118.57113.94-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.56%
GREEN value IS 34 (13.67% from 255) = 87.18%
BLUE value IS 4 (1.95% from 255) = 10.26%
R=2.56%
G=87.18%
B=10.26%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal13440.9700.880.87125.4594.296.86
Hex122461058577d5e7
Octal142414101301271751367
Binary1100010100110000101011000101011111111011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012204; }

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

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

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

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

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

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

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

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