#021204

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

Shades of Black Bean #021204

Tints of Black Bean #021204

Color information

#021204 (or 0x021204) is unknown color: approx Black Bean. HEX triplet: 02, 12 and 04. RGB value is (2,18,4). Sum of RGB (Red+Green+Blue) = 2+18+4=24 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8.33% from 24); Green value is 18 (7.42% from 255 or 75% from 24); Blue value is 4 (1.95% from 255 or 16.67% from 24); Max value from RGB is 18 - color contains mainly: green. Hex color #021204 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021204 is #FDEDFB. Grayscale: #0B0B0B. Windows color (decimal): -16641532 or 266754. OLE color: 266754.

HSL color Cylindrical-coordinate representation of color #021204: hue angle of 127.5º degrees, saturation: 0.8, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #021204 is Cyan = 0.89, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.93.

Color convert

RGB2184-
CMYK0.8900.780.93
HSL127.5º80%3.92%-
HSV(B)127.5º88.89%7.06%-
XYZ0.260.450.19-
YUV11.62123.7121.14-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 8.33%
GREEN value IS 18 (7.42% from 255) = 75%
BLUE value IS 4 (1.95% from 255) = 16.67%
R=8.33%
G=75%
B=16.67%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal21840.8900.780.93127.5803.92
Hex21245904E5D80504
Octal222413101161352001204
Binary10100101001011001010011101011101100000001010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021204; }

 p { color: rgb(2,18,4); }

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

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

 a { background-color: rgb(2,18,4); }

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

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

 span { border-color: rgb(2,18,4); }

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