Html Css Color HEX #081F0A Black Bean

📋 copy color: '#081F0A'

red 8 ◦ green 31 ◦ blue 10

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

Shades of Black Bean #081F0A

Tints of Black Bean #081F0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 20.41%

R = 16.33%
G = 63.27%
B = 20.41%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.68

 K value IS 0.88

RGB Variations

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

Color information

#081F0A (or 0x081F0A) is known color: Black Bean. HEX triplet: 08, 1F and 0A. RGB value is (8,31,10). Sum of RGB (Red+Green+Blue) = 8+31+10=49 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16.33% from 49); Green value is 31 (12.5% from 255 or 63.27% from 49); Blue value is 10 (4.30% from 255 or 20.41% from 49); Max value from RGB is 31 - color contains mainly: green. Hex color #081F0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081F0A is #F7E0F5. Grayscale: #151515. Windows color (decimal): -16244982 or 663304. OLE color: 663304.

HSL color Cylindrical-coordinate representation of color #081F0A: hue angle of 125.22º 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 #081F0A is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.88.

Color convert

RGB 8 31 10 -
CMYK 0.74 0 0.68 0.88
HSL 125.22º 0.59% 0.08% -
HSV(B) 125.22º 0.74% 0.12% -
XYZ 0.64 1.05 0.46 -
YUV 21.73 121.38 118.21 -
System Red Green Blue C M Y K H S L
Decimal 8 31 10 0.74 0 0.68 0.88 125.22 0.59 0.08
Hex 8 1F A 4A 0 44 58 7D 3B 8
Octal 10 37 12 112 0 104 130 175 73 10
Binary 1000 11111 1010 1001010 0 1000100 1011000 1111101 111011 1000

Color Harmonies of #081F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081F0A

Black with #081F0A

Text Example


Text Example

White with #081F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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