#011802

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

Shades of Black Bean #011802

Tints of Black Bean #011802

Color information

#011802 (or 0x011802) is unknown color: approx Black Bean. HEX triplet: 01, 18 and 02. RGB value is (1,24,2). Sum of RGB (Red+Green+Blue) = 1+24+2=27 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.70% from 27); Green value is 24 (9.77% from 255 or 88.89% from 27); Blue value is 2 (1.17% from 255 or 7.41% from 27); Max value from RGB is 24 - color contains mainly: green. Hex color #011802 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011802 is #FEE7FD. Grayscale: #0E0E0E. Windows color (decimal): -16705534 or 137217. OLE color: 137217.

HSL color Cylindrical-coordinate representation of color #011802: hue angle of 122.61º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #011802 is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.91.

Color convert

RGB1242-
CMYK0.9600.920.91
HSL122.61º92%4.9%-
HSV(B)122.61º95.83%9.41%-
XYZ0.350.660.17-
YUV14.61120.88118.29-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.70%
GREEN value IS 24 (9.77% from 255) = 88.89%
BLUE value IS 2 (1.17% from 255) = 7.41%
R=3.70%
G=88.89%
B=7.41%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal12420.9600.920.91122.61924.9
Hex11826005C5B7b5c5
Octal130214001341331731345
Binary11100010110000001011100101101111110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011802; }

 p { color: rgb(1,24,2); }

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

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

 a { background-color: rgb(1,24,2); }

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

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

 span { border-color: rgb(1,24,2); }

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