Html Css Color HEX #081B0C Black Bean

📋 copy color: '#081B0C'

red 8 ◦ green 27 ◦ blue 12

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

Shades of Black Bean #081B0C

Tints of Black Bean #081B0C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 57.45%

 BLUE value IS 12 (5.08% from 255) = 25.53%

R = 17.02%
G = 57.45%
B = 25.53%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.56

 K value IS 0.89

RGB Variations

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

Color information

#081B0C (or 0x081B0C) is known color: Black Bean. HEX triplet: 08, 1B and 0C. RGB value is (8,27,12). Sum of RGB (Red+Green+Blue) = 8+27+12=47 (6% of max value = 765). Red value is 8 (3.52% from 255 or 17.02% from 47); Green value is 27 (10.94% from 255 or 57.45% from 47); Blue value is 12 (5.08% from 255 or 25.53% from 47); Max value from RGB is 27 - color contains mainly: green. Hex color #081B0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081B0C is #F7E4F3. Grayscale: #131313. Windows color (decimal): -16246004 or 793352. OLE color: 793352.

HSL color Cylindrical-coordinate representation of color #081B0C: hue angle of 132.63º degrees, saturation: 0.54, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #081B0C is Cyan = 0.70, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.89.

Color convert

RGB 8 27 12 -
CMYK 0.70 0 0.56 0.89
HSL 132.63º 0.54% 0.07% -
HSV(B) 132.63º 0.7% 0.11% -
XYZ 0.56 0.86 0.48 -
YUV 19.61 123.71 119.72 -
System Red Green Blue C M Y K H S L
Decimal 8 27 12 0.70 0 0.56 0.89 132.63 0.54 0.07
Hex 8 1B C 46 0 38 59 85 36 7
Octal 10 33 14 106 0 70 131 205 66 7
Binary 1000 11011 1100 1000110 0 111000 1011001 10000101 110110 111

Color Harmonies of #081B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081B0C

Black with #081B0C

Text Example


Text Example

White with #081B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,27,12); }

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

background-color css

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

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

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

border-color css

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

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

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