Html Css Color HEX #011605 Black Bean

📋 copy color: '#011605'

red 1 ◦ green 22 ◦ blue 5

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

Shades of Black Bean #011605

Tints of Black Bean #011605

RGB

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

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

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

R = 3.57%
G = 78.57%
B = 17.86%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.77

 K value IS 0.91

RGB Variations

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

Color information

#011605 (or 0x011605) is known color: Black Bean. HEX triplet: 01, 16 and 05. RGB value is (1,22,5). Sum of RGB (Red+Green+Blue) = 1+22+5=28 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.57% from 28); Green value is 22 (8.98% from 255 or 78.57% from 28); Blue value is 5 (2.34% from 255 or 17.86% from 28); Max value from RGB is 22 - color contains mainly: green. Hex color #011605 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011605 is #FEE9FA. Grayscale: #0D0D0D. Windows color (decimal): -16706043 or 333313. OLE color: 333313.

HSL color Cylindrical-coordinate representation of color #011605: hue angle of 131.43º 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 #011605 is Cyan = 0.95, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.91.

Color convert

RGB 1 22 5 -
CMYK 0.95 0 0.77 0.91
HSL 131.43º 0.91% 0.05% -
HSV(B) 131.43º 0.95% 0.09% -
XYZ 0.33 0.59 0.24 -
YUV 13.78 123.04 118.88 -
System Red Green Blue C M Y K H S L
Decimal 1 22 5 0.95 0 0.77 0.91 131.43 0.91 0.05
Hex 1 16 5 5F 0 4D 5B 83 5B 5
Octal 1 26 5 137 0 115 133 203 133 5
Binary 1 10110 101 1011111 0 1001101 1011011 10000011 1011011 101

Color Harmonies of #011605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011605

Black with #011605

Text Example


Text Example

White with #011605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011605; }

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

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

background-color css

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

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

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

border-color css

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

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

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