#001302

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

Shades of Black Bean #001302

Tints of Black Bean #001302

Color information

#001302 (or 0x001302) is unknown color: approx Black Bean. HEX triplet: 00, 13 and 02. RGB value is (0,19,2). Sum of RGB (Red+Green+Blue) = 0+19+2=21 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 21); Green value is 19 (7.81% from 255 or 90.48% from 21); Blue value is 2 (1.17% from 255 or 9.52% from 21); Max value from RGB is 19 - color contains mainly: green. Hex color #001302 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001302 is #FFECFD. Grayscale: #0B0B0B. Windows color (decimal): -16772350 or 135936. OLE color: 135936.

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

Color convert

RGB0192-
CMYK100.890.93
HSL126.32º100%3.73%-
HSV(B)126.32º100%7.45%-
XYZ0.240.470.14-
YUV11.38122.71119.88-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 19 (7.81% from 255) = 90.48%
BLUE value IS 2 (1.17% from 255) = 9.52%
R=0%
G=90.48%
B=9.52%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal0192100.890.93126.321003.73
Hex0132640595D7e644
Octal023214401311351761444
Binary01001110110010001011001101110111111101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001302; }

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

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

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

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

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

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

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

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