Html Css Color HEX #011003 Black Bean

📋 copy color: '#011003'

red 1 ◦ green 16 ◦ blue 3

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

Shades of Black Bean #011003

Tints of Black Bean #011003

RGB

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

 GREEN value IS 16 (6.64% from 255) = 80%

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

R = 5%
G = 80%
B = 15%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.81

 K value IS 0.94

RGB Variations

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

Color information

#011003 (or 0x011003) is known color: Black Bean. HEX triplet: 01, 10 and 03. RGB value is (1,16,3). Sum of RGB (Red+Green+Blue) = 1+16+3=20 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5% from 20); Green value is 16 (6.64% from 255 or 80% from 20); Blue value is 3 (1.56% from 255 or 15% from 20); Max value from RGB is 16 - color contains mainly: green. Hex color #011003 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011003 is #FEEFFC. Grayscale: #0A0A0A. Windows color (decimal): -16707581 or 200705. OLE color: 200705.

HSL color Cylindrical-coordinate representation of color #011003: hue angle of 128º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #011003 is Cyan = 0.94, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.94.

Color convert

RGB 1 16 3 -
CMYK 0.94 0 0.81 0.94
HSL 128º 0.88% 0.03% -
HSV(B) 128º 0.94% 0.06% -
XYZ 0.21 0.38 0.15 -
YUV 10.03 124.03 121.56 -
System Red Green Blue C M Y K H S L
Decimal 1 16 3 0.94 0 0.81 0.94 128 0.88 0.03
Hex 1 10 3 5E 0 51 5E 80 58 3
Octal 1 20 3 136 0 121 136 200 130 3
Binary 1 10000 11 1011110 0 1010001 1011110 10000000 1011000 11

Color Harmonies of #011003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011003

Black with #011003

Text Example


Text Example

White with #011003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011003; }

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

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

background-color css

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

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

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

border-color css

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

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

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