Html Css Color HEX #080A08 Black Bean

📋 copy color: '#080A08'

red 8 ◦ green 10 ◦ blue 8

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

Shades of Black Bean #080A08

Tints of Black Bean #080A08

RGB

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

 GREEN value IS 10 (4.3% from 255) = 38.46%

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

R = 30.77%
G = 38.46%
B = 30.77%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.2

 K value IS 0.96

RGB Variations

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

Color information

#080A08 (or 0x080A08) is known color: Black Bean. HEX triplet: 08, 0A and 08. RGB value is (8,10,8). Sum of RGB (Red+Green+Blue) = 8+10+8=26 (3% of max value = 765). Red value is 8 (3.52% from 255 or 30.77% from 26); Green value is 10 (4.30% from 255 or 38.46% from 26); Blue value is 8 (3.52% from 255 or 30.77% from 26); Max value from RGB is 10 - color contains mainly: green. Hex color #080A08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080A08 is #F7F5F7. Grayscale: #090909. Windows color (decimal): -16250360 or 526856. OLE color: 526856.

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

Color convert

RGB 8 10 8 -
CMYK 0.2 0 0.2 0.96
HSL 120º 0.11% 0.04% -
HSV(B) 120º 0.2% 0.04% -
XYZ 0.25 0.29 0.27 -
YUV 9.17 127.34 127.16 -
System Red Green Blue C M Y K H S L
Decimal 8 10 8 0.2 0 0.2 0.96 120 0.11 0.04
Hex 8 A 8 14 0 14 60 78 B 4
Octal 10 12 10 24 0 24 140 170 13 4
Binary 1000 1010 1000 10100 0 10100 1100000 1111000 1011 100

Color Harmonies of #080A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080A08

Black with #080A08

Text Example


Text Example

White with #080A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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