Html Css Color HEX #011A05 Black Bean

📋 copy color: '#011A05'

red 1 ◦ green 26 ◦ blue 5

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

Shades of Black Bean #011A05

Tints of Black Bean #011A05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 15.63%

R = 3.13%
G = 81.25%
B = 15.63%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.81

 K value IS 0.90

RGB Variations

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

Color information

#011A05 (or 0x011A05) is known color: Black Bean. HEX triplet: 01, 1A and 05. RGB value is (1,26,5). Sum of RGB (Red+Green+Blue) = 1+26+5=32 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.12% from 32); Green value is 26 (10.55% from 255 or 81.25% from 32); Blue value is 5 (2.34% from 255 or 15.62% from 32); Max value from RGB is 26 - color contains mainly: green. Hex color #011A05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011A05 is #FEE5FA. Grayscale: #101010. Windows color (decimal): -16705019 or 334337. OLE color: 334337.

HSL color Cylindrical-coordinate representation of color #011A05: hue angle of 129.6º 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 #011A05 is Cyan = 0.96, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.90.

Color convert

RGB 1 26 5 -
CMYK 0.96 0 0.81 0.90
HSL 129.6º 0.93% 0.05% -
HSV(B) 129.6º 0.96% 0.1% -
XYZ 0.41 0.76 0.27 -
YUV 16.13 121.72 117.21 -
System Red Green Blue C M Y K H S L
Decimal 1 26 5 0.96 0 0.81 0.90 129.6 0.93 0.05
Hex 1 1A 5 60 0 51 5A 82 5D 5
Octal 1 32 5 140 0 121 132 202 135 5
Binary 1 11010 101 1100000 0 1010001 1011010 10000010 1011101 101

Color Harmonies of #011A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011A05

Black with #011A05

Text Example


Text Example

White with #011A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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