#001403

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

Shades of Black Bean #001403

Tints of Black Bean #001403

Color information

#001403 (or 0x001403) is unknown color: approx Black Bean. HEX triplet: 00, 14 and 03. RGB value is (0,20,3). Sum of RGB (Red+Green+Blue) = 0+20+3=23 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 23); Green value is 20 (8.20% from 255 or 86.96% from 23); Blue value is 3 (1.56% from 255 or 13.04% from 23); Max value from RGB is 20 - color contains mainly: green. Hex color #001403 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001403 is #FFEBFC. Grayscale: #0C0C0C. Windows color (decimal): -16772093 or 201728. OLE color: 201728.

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

Color convert

RGB0203-
CMYK100.850.92
HSL129º100%3.92%-
HSV(B)129º100%7.84%-
XYZ0.270.510.17-
YUV12.08122.87119.38-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 20 (8.20% from 255) = 86.96%
BLUE value IS 3 (1.56% from 255) = 13.04%
R=0%
G=86.96%
B=13.04%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal0203100.850.921291003.92
Hex0143640555C81644
Octal024314401251342011444
Binary010100111100100010101011011100100000011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001403; }

 p { color: rgb(0,20,3); }

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

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

 a { background-color: rgb(0,20,3); }

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

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

 span { border-color: rgb(0,20,3); }

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