Html Css Color HEX #011403 Black Bean

📋 copy color: '#011403'

red 1 ◦ green 20 ◦ blue 3

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

Shades of Black Bean #011403

Tints of Black Bean #011403

RGB

 RED value IS 1 (0.78% from 255) = 4.17%

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

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

R = 4.17%
G = 83.33%
B = 12.5%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.85

 K value IS 0.92

RGB Variations

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

Color information

#011403 (or 0x011403) is known color: Black Bean. HEX triplet: 01, 14 and 03. RGB value is (1,20,3). Sum of RGB (Red+Green+Blue) = 1+20+3=24 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4.17% from 24); Green value is 20 (8.20% from 255 or 83.33% from 24); Blue value is 3 (1.56% from 255 or 12.5% from 24); Max value from RGB is 20 - color contains mainly: green. Hex color #011403 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011403 is #FEEBFC. Grayscale: #0C0C0C. Windows color (decimal): -16706557 or 201729. OLE color: 201729.

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

Color convert

RGB 1 20 3 -
CMYK 0.95 0 0.85 0.92
HSL 126.32º 0.9% 0.04% -
HSV(B) 126.32º 0.95% 0.08% -
XYZ 0.28 0.51 0.17 -
YUV 12.38 122.71 119.88 -
System Red Green Blue C M Y K H S L
Decimal 1 20 3 0.95 0 0.85 0.92 126.32 0.9 0.04
Hex 1 14 3 5F 0 55 5C 7E 5A 4
Octal 1 24 3 137 0 125 134 176 132 4
Binary 1 10100 11 1011111 0 1010101 1011100 1111110 1011010 100

Color Harmonies of #011403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011403

Black with #011403

Text Example


Text Example

White with #011403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011403; }

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

 H1.HeaderClassName
 {
   color: #011403;
 }
 .AnyTagClassName
 {
   color: #011403;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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