#081C0C

Color #081C0C Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #081C0C

Tints of Black Bean #081C0C

Color information

#081C0C (or 0x081C0C) is unknown color: approx Black Bean. HEX triplet: 08, 1C and 0C. RGB value is (8,28,12). Sum of RGB (Red+Green+Blue) = 8+28+12=48 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16.67% from 48); Green value is 28 (11.33% from 255 or 58.33% from 48); Blue value is 12 (5.08% from 255 or 25% from 48); Max value from RGB is 28 - color contains mainly: green. Hex color #081C0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081C0C is #F7E3F3. Grayscale: #141414. Windows color (decimal): -16245748 or 793608. OLE color: 793608.

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

Color convert

RGB82812-
CMYK0.7100.570.89
HSL132º55.56%7.06%-
HSV(B)132º71.43%10.98%-
XYZ0.580.910.49-
YUV20.2123.37119.3-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 16.67%
GREEN value IS 28 (11.33% from 255) = 58.33%
BLUE value IS 12 (5.08% from 255) = 25%
R=16.67%
G=58.33%
B=25%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal828120.7100.570.8913255.567.06
Hex81CC470395984387
Octal103414107071131204707
Binary100011100110010001110111001101100110000100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #081C0C;
 }
 .AnyTagClassName
 {
   color: #081C0C;
 }
</style>
background-color css

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

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

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

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

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

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