#001A02

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

Shades of Black Bean #001A02

Tints of Black Bean #001A02

Color information

#001A02 (or 0x001A02) is unknown color: approx Black Bean. HEX triplet: 00, 1A and 02. RGB value is (0,26,2). Sum of RGB (Red+Green+Blue) = 0+26+2=28 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 28); Green value is 26 (10.55% from 255 or 92.86% from 28); Blue value is 2 (1.17% from 255 or 7.14% from 28); Max value from RGB is 26 - color contains mainly: green. Hex color #001A02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001A02 is #FFE5FD. Grayscale: #0F0F0F. Windows color (decimal): -16770558 or 137728. OLE color: 137728.

HSL color Cylindrical-coordinate representation of color #001A02: hue angle of 124.62º 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 #001A02 is Cyan = 1, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.90.

Color convert

RGB0262-
CMYK100.920.90
HSL124.62º100%5.1%-
HSV(B)124.62º100%10.2%-
XYZ0.380.740.18-
YUV15.49120.39116.95-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 26 (10.55% from 255) = 92.86%
BLUE value IS 2 (1.17% from 255) = 7.14%
R=0%
G=92.86%
B=7.14%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal0262100.920.90124.621005.1
Hex01A26405C5A7d645
Octal032214401341321751445
Binary01101010110010001011100101101011111011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001A02; }

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

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

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

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

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

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

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

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