Html Css Color HEX #011004 Black Bean

📋 copy color: '#011004'

red 1 ◦ green 16 ◦ blue 4

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

Shades of Black Bean #011004

Tints of Black Bean #011004

RGB

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

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

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

R = 4.76%
G = 76.19%
B = 19.05%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.75

 K value IS 0.94

RGB Variations

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

Color information

#011004 (or 0x011004) is known color: Black Bean. HEX triplet: 01, 10 and 04. RGB value is (1,16,4). Sum of RGB (Red+Green+Blue) = 1+16+4=21 (2% of max value = 765). Red value is 1 (0.78% from 255 or 4.76% from 21); Green value is 16 (6.64% from 255 or 76.19% from 21); Blue value is 4 (1.95% from 255 or 19.05% from 21); Max value from RGB is 16 - color contains mainly: green. Hex color #011004 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011004 is #FEEFFB. Grayscale: #0A0A0A. Windows color (decimal): -16707580 or 266241. OLE color: 266241.

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

Color convert

RGB 1 16 4 -
CMYK 0.94 0 0.75 0.94
HSL 132º 0.88% 0.03% -
HSV(B) 132º 0.94% 0.06% -
XYZ 0.22 0.39 0.18 -
YUV 10.15 124.53 121.48 -
System Red Green Blue C M Y K H S L
Decimal 1 16 4 0.94 0 0.75 0.94 132 0.88 0.03
Hex 1 10 4 5E 0 4B 5E 84 58 3
Octal 1 20 4 136 0 113 136 204 130 3
Binary 1 10000 100 1011110 0 1001011 1011110 10000100 1011000 11

Color Harmonies of #011004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011004

Black with #011004

Text Example


Text Example

White with #011004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011004; }

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

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

background-color css

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

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

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

border-color css

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

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

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