Html Css Color HEX #011204 Black Bean

📋 copy color: '#011204'

red 1 ◦ green 18 ◦ blue 4

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

Shades of Black Bean #011204

Tints of Black Bean #011204

RGB

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

 GREEN value IS 18 (7.42% from 255) = 78.26%

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

R = 4.35%
G = 78.26%
B = 17.39%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.78

 K value IS 0.93

RGB Variations

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

Color information

#011204 (or 0x011204) is known color: Black Bean. HEX triplet: 01, 12 and 04. RGB value is (1,18,4). Sum of RGB (Red+Green+Blue) = 1+18+4=23 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4.35% from 23); Green value is 18 (7.42% from 255 or 78.26% from 23); Blue value is 4 (1.95% from 255 or 17.39% from 23); Max value from RGB is 18 - color contains mainly: green. Hex color #011204 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011204 is #FEEDFB. Grayscale: #0B0B0B. Windows color (decimal): -16707068 or 266753. OLE color: 266753.

HSL color Cylindrical-coordinate representation of color #011204: hue angle of 130.59º 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 #011204 is Cyan = 0.94, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.93.

Color convert

RGB 1 18 4 -
CMYK 0.94 0 0.78 0.93
HSL 130.59º 0.89% 0.04% -
HSV(B) 130.59º 0.94% 0.07% -
XYZ 0.25 0.45 0.19 -
YUV 11.32 123.87 120.64 -
System Red Green Blue C M Y K H S L
Decimal 1 18 4 0.94 0 0.78 0.93 130.59 0.89 0.04
Hex 1 12 4 5E 0 4E 5D 83 59 4
Octal 1 22 4 136 0 116 135 203 131 4
Binary 1 10010 100 1011110 0 1001110 1011101 10000011 1011001 100

Color Harmonies of #011204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011204

Black with #011204

Text Example


Text Example

White with #011204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011204; }

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

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

background-color css

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

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

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

border-color css

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

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

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