Html Css Color HEX #011501 Black Bean

📋 copy color: '#011501'

red 1 ◦ green 21 ◦ blue 1

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

Shades of Black Bean #011501

Tints of Black Bean #011501

RGB

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

 GREEN value IS 21 (8.59% from 255) = 91.3%

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

R = 4.35%
G = 91.3%
B = 4.35%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.95

 K value IS 0.92

RGB Variations

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

Color information

#011501 (or 0x011501) is known color: Black Bean. HEX triplet: 01, 15 and 01. RGB value is (1,21,1). Sum of RGB (Red+Green+Blue) = 1+21+1=23 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4.35% from 23); Green value is 21 (8.59% from 255 or 91.30% from 23); Blue value is 1 (0.78% from 255 or 4.35% from 23); Max value from RGB is 21 - color contains mainly: green. Hex color #011501 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011501 is #FEEAFE. Grayscale: #0C0C0C. Windows color (decimal): -16706303 or 70913. OLE color: 70913.

HSL color Cylindrical-coordinate representation of color #011501: hue angle of 120º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #011501 is Cyan = 0.95, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.92.

Color convert

RGB 1 21 1 -
CMYK 0.95 0 0.95 0.92
HSL 120º 0.91% 0.04% -
HSV(B) 120º 0.95% 0.08% -
XYZ 0.29 0.54 0.12 -
YUV 12.74 121.37 119.63 -
System Red Green Blue C M Y K H S L
Decimal 1 21 1 0.95 0 0.95 0.92 120 0.91 0.04
Hex 1 15 1 5F 0 5F 5C 78 5B 4
Octal 1 25 1 137 0 137 134 170 133 4
Binary 1 10101 1 1011111 0 1011111 1011100 1111000 1011011 100

Color Harmonies of #011501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011501

Black with #011501

Text Example


Text Example

White with #011501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011501; }

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

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

background-color css

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

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

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

border-color css

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

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

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