Html Css Color HEX #081F0E Black Bean

📋 copy color: '#081F0E'

red 8 ◦ green 31 ◦ blue 14

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

Shades of Black Bean #081F0E

Tints of Black Bean #081F0E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 58.49%

 BLUE value IS 14 (5.86% from 255) = 26.42%

R = 15.09%
G = 58.49%
B = 26.42%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.55

 K value IS 0.88

RGB Variations

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

Color information

#081F0E (or 0x081F0E) is known color: Black Bean. HEX triplet: 08, 1F and 0E. RGB value is (8,31,14). Sum of RGB (Red+Green+Blue) = 8+31+14=53 (7% of max value = 765). Red value is 8 (3.52% from 255 or 15.09% from 53); Green value is 31 (12.5% from 255 or 58.49% from 53); Blue value is 14 (5.86% from 255 or 26.42% from 53); Max value from RGB is 31 - color contains mainly: green. Hex color #081F0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081F0E is #F7E0F1. Grayscale: #161616. Windows color (decimal): -16244978 or 925448. OLE color: 925448.

HSL color Cylindrical-coordinate representation of color #081F0E: hue angle of 135.65º degrees, saturation: 0.59, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #081F0E is Cyan = 0.74, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.88.

Color convert

RGB 8 31 14 -
CMYK 0.74 0 0.55 0.88
HSL 135.65º 0.59% 0.08% -
HSV(B) 135.65º 0.74% 0.12% -
XYZ 0.67 1.06 0.59 -
YUV 22.19 123.38 117.88 -
System Red Green Blue C M Y K H S L
Decimal 8 31 14 0.74 0 0.55 0.88 135.65 0.59 0.08
Hex 8 1F E 4A 0 37 58 88 3B 8
Octal 10 37 16 112 0 67 130 210 73 10
Binary 1000 11111 1110 1001010 0 110111 1011000 10001000 111011 1000

Color Harmonies of #081F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081F0E

Black with #081F0E

Text Example


Text Example

White with #081F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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