#011302

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

Shades of Black Bean #011302

Tints of Black Bean #011302

Color information

#011302 (or 0x011302) is unknown color: approx Black Bean. HEX triplet: 01, 13 and 02. RGB value is (1,19,2). Sum of RGB (Red+Green+Blue) = 1+19+2=22 (2% of max value = 765). Red value is 1 (0.78% from 255 or 4.55% from 22); Green value is 19 (7.81% from 255 or 86.36% from 22); Blue value is 2 (1.17% from 255 or 9.09% from 22); Max value from RGB is 19 - color contains mainly: green. Hex color #011302 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011302 is #FEECFD. Grayscale: #0B0B0B. Windows color (decimal): -16706814 or 135937. OLE color: 135937.

HSL color Cylindrical-coordinate representation of color #011302: hue angle of 123.33º 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 #011302 is Cyan = 0.95, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.93.

Color convert

RGB1192-
CMYK0.9500.890.93
HSL123.33º90%3.92%-
HSV(B)123.33º94.74%7.45%-
XYZ0.260.480.14-
YUV11.68122.54120.38-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 4.55%
GREEN value IS 19 (7.81% from 255) = 86.36%
BLUE value IS 2 (1.17% from 255) = 9.09%
R=4.55%
G=86.36%
B=9.09%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal11920.9500.890.93123.33903.92
Hex11325F0595D7b5a4
Octal123213701311351731324
Binary11001110101111101011001101110111110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011302; }

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

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

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

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

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

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

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

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