Html Css Color HEX #011303 Black Bean

📋 copy color: '#011303'

red 1 ◦ green 19 ◦ blue 3

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

Shades of Black Bean #011303

Tints of Black Bean #011303

RGB

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

 GREEN value IS 19 (7.81% from 255) = 82.61%

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

R = 4.35%
G = 82.61%
B = 13.04%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.84

 K value IS 0.93

RGB Variations

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

Color information

#011303 (or 0x011303) is known color: Black Bean. HEX triplet: 01, 13 and 03. RGB value is (1,19,3). Sum of RGB (Red+Green+Blue) = 1+19+3=23 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4.35% from 23); Green value is 19 (7.81% from 255 or 82.61% from 23); Blue value is 3 (1.56% from 255 or 13.04% from 23); Max value from RGB is 19 - color contains mainly: green. Hex color #011303 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011303 is #FEECFC. Grayscale: #0B0B0B. Windows color (decimal): -16706813 or 201473. OLE color: 201473.

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

Color convert

RGB 1 19 3 -
CMYK 0.95 0 0.84 0.93
HSL 126.67º 0.9% 0.04% -
HSV(B) 126.67º 0.95% 0.07% -
XYZ 0.26 0.48 0.16 -
YUV 11.79 123.04 120.3 -
System Red Green Blue C M Y K H S L
Decimal 1 19 3 0.95 0 0.84 0.93 126.67 0.9 0.04
Hex 1 13 3 5F 0 54 5D 7F 5A 4
Octal 1 23 3 137 0 124 135 177 132 4
Binary 1 10011 11 1011111 0 1010100 1011101 1111111 1011010 100

Color Harmonies of #011303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011303

Black with #011303

Text Example


Text Example

White with #011303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011303; }

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

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

background-color css

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

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

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

border-color css

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

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

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