Html Css Color HEX #001B01 Black Bean

📋 copy color: '#001B01'

red 0 ◦ green 27 ◦ blue 1

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

Shades of Black Bean #001B01

Tints of Black Bean #001B01

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 27 (10.94% from 255) = 96.43%

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

R = 0%
G = 96.43%
B = 3.57%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.96

 K value IS 0.89

RGB Variations

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

Color information

#001B01 (or 0x001B01) is known color: Black Bean. HEX triplet: 00, 1B and 01. RGB value is (0,27,1). Sum of RGB (Red+Green+Blue) = 0+27+1=28 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 28); Green value is 27 (10.94% from 255 or 96.43% from 28); Blue value is 1 (0.78% from 255 or 3.57% from 28); Max value from RGB is 27 - color contains mainly: green. Hex color #001B01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001B01 is #FFE4FE. Grayscale: #101010. Windows color (decimal): -16770303 or 72448. OLE color: 72448.

HSL color Cylindrical-coordinate representation of color #001B01: hue angle of 122.22º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001B01 is Cyan = 1, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.89.

Color convert

RGB 0 27 1 -
CMYK 1 0 0.96 0.89
HSL 122.22º 1% 0.05% -
HSV(B) 122.22º 1% 0.11% -
XYZ 0.4 0.79 0.16 -
YUV 15.96 119.55 116.61 -
System Red Green Blue C M Y K H S L
Decimal 0 27 1 1 0 0.96 0.89 122.22 1 0.05
Hex 0 1B 1 64 0 60 59 7A 64 5
Octal 0 33 1 144 0 140 131 172 144 5
Binary 0 11011 1 1100100 0 1100000 1011001 1111010 1100100 101

Color Harmonies of #001B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001B01

Black with #001B01

Text Example


Text Example

White with #001B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001B01; }

 p { color: rgb(0,27,1); }

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

background-color css

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

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

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

border-color css

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

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

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