Html Css Color HEX #011A04 Black Bean

📋 copy color: '#011A04'

red 1 ◦ green 26 ◦ blue 4

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

Shades of Black Bean #011A04

Tints of Black Bean #011A04

RGB

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

 GREEN value IS 26 (10.55% from 255) = 83.87%

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

R = 3.23%
G = 83.87%
B = 12.9%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.85

 K value IS 0.90

RGB Variations

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

Color information

#011A04 (or 0x011A04) is known color: Black Bean. HEX triplet: 01, 1A and 04. RGB value is (1,26,4). Sum of RGB (Red+Green+Blue) = 1+26+4=31 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.23% from 31); Green value is 26 (10.55% from 255 or 83.87% from 31); Blue value is 4 (1.95% from 255 or 12.90% from 31); Max value from RGB is 26 - color contains mainly: green. Hex color #011A04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011A04 is #FEE5FB. Grayscale: #101010. Windows color (decimal): -16705020 or 268801. OLE color: 268801.

HSL color Cylindrical-coordinate representation of color #011A04: hue angle of 127.2º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #011A04 is Cyan = 0.96, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.90.

Color convert

RGB 1 26 4 -
CMYK 0.96 0 0.85 0.90
HSL 127.2º 0.93% 0.05% -
HSV(B) 127.2º 0.96% 0.1% -
XYZ 0.4 0.75 0.24 -
YUV 16.02 121.22 117.29 -
System Red Green Blue C M Y K H S L
Decimal 1 26 4 0.96 0 0.85 0.90 127.2 0.93 0.05
Hex 1 1A 4 60 0 55 5A 7F 5D 5
Octal 1 32 4 140 0 125 132 177 135 5
Binary 1 11010 100 1100000 0 1010101 1011010 1111111 1011101 101

Color Harmonies of #011A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011A04

Black with #011A04

Text Example


Text Example

White with #011A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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