Html Css Color HEX #011F05 Black Bean

📋 copy color: '#011F05'

red 1 ◦ green 31 ◦ blue 5

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

Shades of Black Bean #011F05

Tints of Black Bean #011F05

RGB

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

 GREEN value IS 31 (12.5% from 255) = 83.78%

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

R = 2.7%
G = 83.78%
B = 13.51%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.84

 K value IS 0.88

RGB Variations

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

Color information

#011F05 (or 0x011F05) is known color: Black Bean. HEX triplet: 01, 1F and 05. RGB value is (1,31,5). Sum of RGB (Red+Green+Blue) = 1+31+5=37 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.70% from 37); Green value is 31 (12.5% from 255 or 83.78% from 37); Blue value is 5 (2.34% from 255 or 13.51% from 37); Max value from RGB is 31 - color contains mainly: green. Hex color #011F05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011F05 is #FEE0FA. Grayscale: #131313. Windows color (decimal): -16703739 or 335617. OLE color: 335617.

HSL color Cylindrical-coordinate representation of color #011F05: hue angle of 128º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011F05 is Cyan = 0.97, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.88.

Color convert

RGB 1 31 5 -
CMYK 0.97 0 0.84 0.88
HSL 128º 0.94% 0.06% -
HSV(B) 128º 0.97% 0.12% -
XYZ 0.53 1 0.31 -
YUV 19.07 120.06 115.11 -
System Red Green Blue C M Y K H S L
Decimal 1 31 5 0.97 0 0.84 0.88 128 0.94 0.06
Hex 1 1F 5 61 0 54 58 80 5E 6
Octal 1 37 5 141 0 124 130 200 136 6
Binary 1 11111 101 1100001 0 1010100 1011000 10000000 1011110 110

Color Harmonies of #011F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011F05

Black with #011F05

Text Example


Text Example

White with #011F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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