Html Css Color HEX #080E08 Black Bean

📋 copy color: '#080E08'

red 8 ◦ green 14 ◦ blue 8

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

Shades of Black Bean #080E08

Tints of Black Bean #080E08

RGB

 RED value IS 8 (3.52% from 255) = 26.67%

 GREEN value IS 14 (5.86% from 255) = 46.67%

 BLUE value IS 8 (3.52% from 255) = 26.67%

R = 26.67%
G = 46.67%
B = 26.67%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.43

 K value IS 0.95

RGB Variations

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

Color information

#080E08 (or 0x080E08) is known color: Black Bean. HEX triplet: 08, 0E and 08. RGB value is (8,14,8). Sum of RGB (Red+Green+Blue) = 8+14+8=30 (3% of max value = 765). Red value is 8 (3.52% from 255 or 26.67% from 30); Green value is 14 (5.86% from 255 or 46.67% from 30); Blue value is 8 (3.52% from 255 or 26.67% from 30); Max value from RGB is 14 - color contains mainly: green. Hex color #080E08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080E08 is #F7F1F7. Grayscale: #0B0B0B. Windows color (decimal): -16249336 or 527880. OLE color: 527880.

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

Color convert

RGB 8 14 8 -
CMYK 0.43 0 0.43 0.95
HSL 120º 0.27% 0.04% -
HSV(B) 120º 0.43% 0.05% -
XYZ 0.3 0.38 0.29 -
YUV 11.52 126.01 125.49 -
System Red Green Blue C M Y K H S L
Decimal 8 14 8 0.43 0 0.43 0.95 120 0.27 0.04
Hex 8 E 8 2B 0 2B 5F 78 1B 4
Octal 10 16 10 53 0 53 137 170 33 4
Binary 1000 1110 1000 101011 0 101011 1011111 1111000 11011 100

Color Harmonies of #080E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080E08

Black with #080E08

Text Example


Text Example

White with #080E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080E08; }

 p { color: rgb(8,14,8); }

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

background-color css

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

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

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

border-color css

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

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

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