Html Css Color HEX #001801 Black Bean

📋 copy color: '#001801'

red 0 ◦ green 24 ◦ blue 1

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

Shades of Black Bean #001801

Tints of Black Bean #001801

RGB

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

 GREEN value IS 24 (9.77% from 255) = 96%

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

R = 0%
G = 96%
B = 4%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.96

 K value IS 0.91

RGB Variations

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

Color information

#001801 (or 0x001801) is known color: Black Bean. HEX triplet: 00, 18 and 01. RGB value is (0,24,1). Sum of RGB (Red+Green+Blue) = 0+24+1=25 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 25); Green value is 24 (9.77% from 255 or 96% from 25); Blue value is 1 (0.78% from 255 or 4% from 25); Max value from RGB is 24 - color contains mainly: green. Hex color #001801 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001801 is #FFE7FE. Grayscale: #0E0E0E. Windows color (decimal): -16771071 or 71680. OLE color: 71680.

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

Color convert

RGB 0 24 1 -
CMYK 1 0 0.96 0.91
HSL 122.5º 1% 0.05% -
HSV(B) 122.5º 1% 0.09% -
XYZ 0.33 0.66 0.14 -
YUV 14.2 120.55 117.87 -
System Red Green Blue C M Y K H S L
Decimal 0 24 1 1 0 0.96 0.91 122.5 1 0.05
Hex 0 18 1 64 0 60 5B 7B 64 5
Octal 0 30 1 144 0 140 133 173 144 5
Binary 0 11000 1 1100100 0 1100000 1011011 1111011 1100100 101

Color Harmonies of #001801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001801

Black with #001801

Text Example


Text Example

White with #001801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001801; }

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

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

background-color css

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

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

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

border-color css

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

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

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