#001A04

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

Shades of Black Bean #001A04

Tints of Black Bean #001A04

Color information

#001A04 (or 0x001A04) is unknown color: approx Black Bean. HEX triplet: 00, 1A and 04. RGB value is (0,26,4). Sum of RGB (Red+Green+Blue) = 0+26+4=30 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 30); Green value is 26 (10.55% from 255 or 86.67% from 30); Blue value is 4 (1.95% from 255 or 13.33% from 30); Max value from RGB is 26 - color contains mainly: green. Hex color #001A04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001A04 is #FFE5FB. Grayscale: #0F0F0F. Windows color (decimal): -16770556 or 268800. OLE color: 268800.

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

Color convert

RGB0264-
CMYK100.850.90
HSL129.23º100%5.1%-
HSV(B)129.23º100%10.2%-
XYZ0.390.750.24-
YUV15.72121.39116.79-

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) = 86.67%
BLUE value IS 4 (1.95% from 255) = 13.33%
R=0%
G=86.67%
B=13.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal0264100.850.90129.231005.1
Hex01A4640555A81645
Octal032414401251322011445
Binary0110101001100100010101011011010100000011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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