Html Css Color HEX #001403 Black Bean

📋 copy color: '#001403'

red 0 ◦ green 20 ◦ blue 3

#001403
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Bean #001403

Tints of Black Bean #001403

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 20 (8.2% from 255) = 86.96%

 BLUE value IS 3 (1.56% from 255) = 13.04%

R = 0%
G = 86.96%
B = 13.04%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.85

 K value IS 0.92

RGB Variations

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

Color information

#001403 (or 0x001403) is known color: 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

RGB 0 20 3 -
CMYK 1 0 0.85 0.92
HSL 129º 1% 0.04% -
HSV(B) 129º 1% 0.08% -
XYZ 0.27 0.51 0.17 -
YUV 12.08 122.87 119.38 -
System Red Green Blue C M Y K H S L
Decimal 0 20 3 1 0 0.85 0.92 129 1 0.04
Hex 0 14 3 64 0 55 5C 81 64 4
Octal 0 24 3 144 0 125 134 201 144 4
Binary 0 10100 11 1100100 0 1010101 1011100 10000001 1100100 100

Color Harmonies of #001403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001403

Black with #001403

Text Example


Text Example

White with #001403

Text Example


Text Example

HTML Codes & Css Web 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>