Html Css Color HEX #011601 Black Bean

📋 copy color: '#011601'

red 1 ◦ green 22 ◦ blue 1

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

Shades of Black Bean #011601

Tints of Black Bean #011601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 4.17%

R = 4.17%
G = 91.67%
B = 4.17%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.95

 K value IS 0.91

RGB Variations

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

Color information

#011601 (or 0x011601) is known color: Black Bean. HEX triplet: 01, 16 and 01. RGB value is (1,22,1). Sum of RGB (Red+Green+Blue) = 1+22+1=24 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4.17% from 24); Green value is 22 (8.98% from 255 or 91.67% from 24); Blue value is 1 (0.78% from 255 or 4.17% from 24); Max value from RGB is 22 - color contains mainly: green. Hex color #011601 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011601 is #FEE9FE. Grayscale: #0D0D0D. Windows color (decimal): -16706047 or 71169. OLE color: 71169.

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

Color convert

RGB 1 22 1 -
CMYK 0.95 0 0.95 0.91
HSL 120º 0.91% 0.05% -
HSV(B) 120º 0.95% 0.09% -
XYZ 0.3 0.58 0.13 -
YUV 13.33 121.04 119.21 -
System Red Green Blue C M Y K H S L
Decimal 1 22 1 0.95 0 0.95 0.91 120 0.91 0.05
Hex 1 16 1 5F 0 5F 5B 78 5B 5
Octal 1 26 1 137 0 137 133 170 133 5
Binary 1 10110 1 1011111 0 1011111 1011011 1111000 1011011 101

Color Harmonies of #011601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011601

Black with #011601

Text Example


Text Example

White with #011601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011601; }

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

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

background-color css

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

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

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

border-color css

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

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

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