#001902

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

Shades of Black Bean #001902

Tints of Black Bean #001902

Color information

#001902 (or 0x001902) is unknown color: approx Black Bean. HEX triplet: 00, 19 and 02. RGB value is (0,25,2). Sum of RGB (Red+Green+Blue) = 0+25+2=27 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 27); Green value is 25 (10.16% from 255 or 92.59% from 27); Blue value is 2 (1.17% from 255 or 7.41% from 27); Max value from RGB is 25 - color contains mainly: green. Hex color #001902 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001902 is #FFE6FD. Grayscale: #0E0E0E. Windows color (decimal): -16770814 or 137472. OLE color: 137472.

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

Color convert

RGB0252-
CMYK100.920.90
HSL124.8º100%4.9%-
HSV(B)124.8º100%9.8%-
XYZ0.360.70.17-
YUV14.9120.72117.37-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 25 (10.16% from 255) = 92.59%
BLUE value IS 2 (1.17% from 255) = 7.41%
R=0%
G=92.59%
B=7.41%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal0252100.920.90124.81004.9
Hex01926405C5A7d645
Octal031214401341321751445
Binary01100110110010001011100101101011111011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001902; }

 p { color: rgb(0,25,2); }

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

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

 a { background-color: rgb(0,25,2); }

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

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

 span { border-color: rgb(0,25,2); }

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