Html Css Color HEX #011104 Black Bean

📋 copy color: '#011104'

red 1 ◦ green 17 ◦ blue 4

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

Shades of Black Bean #011104

Tints of Black Bean #011104

RGB

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

 GREEN value IS 17 (7.03% from 255) = 77.27%

 BLUE value IS 4 (1.95% from 255) = 18.18%

R = 4.55%
G = 77.27%
B = 18.18%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.76

 K value IS 0.93

RGB Variations

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

Color information

#011104 (or 0x011104) is known color: Black Bean. HEX triplet: 01, 11 and 04. RGB value is (1,17,4). Sum of RGB (Red+Green+Blue) = 1+17+4=22 (2% of max value = 765). Red value is 1 (0.78% from 255 or 4.55% from 22); Green value is 17 (7.03% from 255 or 77.27% from 22); Blue value is 4 (1.95% from 255 or 18.18% from 22); Max value from RGB is 17 - color contains mainly: green. Hex color #011104 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011104 is #FEEEFB. Grayscale: #0A0A0A. Windows color (decimal): -16707324 or 266497. OLE color: 266497.

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

Color convert

RGB 1 17 4 -
CMYK 0.94 0 0.76 0.93
HSL 131.25º 0.89% 0.04% -
HSV(B) 131.25º 0.94% 0.07% -
XYZ 0.23 0.42 0.18 -
YUV 10.73 124.2 121.06 -
System Red Green Blue C M Y K H S L
Decimal 1 17 4 0.94 0 0.76 0.93 131.25 0.89 0.04
Hex 1 11 4 5E 0 4C 5D 83 59 4
Octal 1 21 4 136 0 114 135 203 131 4
Binary 1 10001 100 1011110 0 1001100 1011101 10000011 1011001 100

Color Harmonies of #011104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011104

Black with #011104

Text Example


Text Example

White with #011104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011104; }

 p { color: rgb(1,17,4); }

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

background-color css

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

 a { background-color: rgb(1,17,4); }

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

border-color css

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

 span { border-color: rgb(1,17,4); }

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