#011304

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

Shades of Black Bean #011304

Tints of Black Bean #011304

Color information

#011304 (or 0x011304) is unknown color: approx Black Bean. HEX triplet: 01, 13 and 04. RGB value is (1,19,4). Sum of RGB (Red+Green+Blue) = 1+19+4=24 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4.17% from 24); Green value is 19 (7.81% from 255 or 79.17% from 24); Blue value is 4 (1.95% from 255 or 16.67% from 24); Max value from RGB is 19 - color contains mainly: green. Hex color #011304 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011304 is #FEECFB. Grayscale: #0B0B0B. Windows color (decimal): -16706812 or 267009. OLE color: 267009.

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

Color convert

RGB1194-
CMYK0.9500.790.93
HSL130º90%3.92%-
HSV(B)130º94.74%7.45%-
XYZ0.270.480.19-
YUV11.91123.54120.22-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 4.17%
GREEN value IS 19 (7.81% from 255) = 79.17%
BLUE value IS 4 (1.95% from 255) = 16.67%
R=4.17%
G=79.17%
B=16.67%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal11940.9500.790.93130903.92
Hex11345F04F5D825a4
Octal123413701171352021324
Binary1100111001011111010011111011101100000101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011304; }

 p { color: rgb(1,19,4); }

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

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

 a { background-color: rgb(1,19,4); }

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

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

 span { border-color: rgb(1,19,4); }

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