Html Css Color HEX #011604 Black Bean

📋 copy color: '#011604'

red 1 ◦ green 22 ◦ blue 4

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

Shades of Black Bean #011604

Tints of Black Bean #011604

RGB

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

 GREEN value IS 22 (8.98% from 255) = 81.48%

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

R = 3.7%
G = 81.48%
B = 14.81%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.82

 K value IS 0.91

RGB Variations

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

Color information

#011604 (or 0x011604) is known color: Black Bean. HEX triplet: 01, 16 and 04. RGB value is (1,22,4). Sum of RGB (Red+Green+Blue) = 1+22+4=27 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.70% from 27); Green value is 22 (8.98% from 255 or 81.48% from 27); Blue value is 4 (1.95% from 255 or 14.81% from 27); Max value from RGB is 22 - color contains mainly: green. Hex color #011604 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011604 is #FEE9FB. Grayscale: #0D0D0D. Windows color (decimal): -16706044 or 267777. OLE color: 267777.

HSL color Cylindrical-coordinate representation of color #011604: hue angle of 128.57º degrees, saturation: 0.91, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #011604 is Cyan = 0.95, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.91.

Color convert

RGB 1 22 4 -
CMYK 0.95 0 0.82 0.91
HSL 128.57º 0.91% 0.05% -
HSV(B) 128.57º 0.95% 0.09% -
XYZ 0.32 0.59 0.21 -
YUV 13.67 122.54 118.96 -
System Red Green Blue C M Y K H S L
Decimal 1 22 4 0.95 0 0.82 0.91 128.57 0.91 0.05
Hex 1 16 4 5F 0 52 5B 81 5B 5
Octal 1 26 4 137 0 122 133 201 133 5
Binary 1 10110 100 1011111 0 1010010 1011011 10000001 1011011 101

Color Harmonies of #011604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011604

Black with #011604

Text Example


Text Example

White with #011604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011604; }

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

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

background-color css

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

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

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

border-color css

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

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

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