Html Css Color HEX #010800 Black Bean

📋 copy color: '#010800'

red 1 ◦ green 8 ◦ blue 0

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

Shades of Black Bean #010800

Tints of Black Bean #010800

RGB

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

 GREEN value IS 8 (3.52% from 255) = 88.89%

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

R = 11.11%
G = 88.89%
B = 0%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 1

 K value IS 0.97

RGB Variations

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

Color information

#010800 (or 0x010800) is known color: Black Bean. HEX triplet: 01, 08 and 00. RGB value is (1,8,0). Sum of RGB (Red+Green+Blue) = 1+8+0=9 (1% of max value = 765). Red value is 1 (0.78% from 255 or 11.11% from 9); Green value is 8 (3.52% from 255 or 88.89% from 9); Blue value is 0 (0.39% from 255 or 0% from 9); Max value from RGB is 8 - color contains mainly: green. Hex color #010800 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010800 is #FEF7FF. Grayscale: #050505. Windows color (decimal): -16709632 or 2049. OLE color: 2049.

HSL color Cylindrical-coordinate representation of color #010800: hue angle of 112.5º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010800 is Cyan = 0.88, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.97.

Color convert

RGB 1 8 0 -
CMYK 0.88 0 1 0.97
HSL 112.5º 1% 0.02% -
HSV(B) 112.5º 1% 0.03% -
XYZ 0.1 0.18 0.03 -
YUV 5 125.18 125.15 -
System Red Green Blue C M Y K H S L
Decimal 1 8 0 0.88 0 1 0.97 112.5 1 0.02
Hex 1 8 0 58 0 64 61 70 64 2
Octal 1 10 0 130 0 144 141 160 144 2
Binary 1 1000 0 1011000 0 1100100 1100001 1110000 1100100 10

Color Harmonies of #010800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010800

Black with #010800

Text Example


Text Example

White with #010800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010800; }

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

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

background-color css

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

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

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

border-color css

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

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

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