#08270C

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

Shades of Black Bean #08270C

Tints of Black Bean #08270C

Color information

#08270C (or 0x08270C) is unknown color: approx Black Bean. HEX triplet: 08, 27 and 0C. RGB value is (8,39,12). Sum of RGB (Red+Green+Blue) = 8+39+12=59 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.56% from 59); Green value is 39 (15.62% from 255 or 66.10% from 59); Blue value is 12 (5.08% from 255 or 20.34% from 59); Max value from RGB is 39 - color contains mainly: green. Hex color #08270C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08270C is #F7D8F3. Grayscale: #1A1A1A. Windows color (decimal): -16242932 or 796424. OLE color: 796424.

HSL color Cylindrical-coordinate representation of color #08270C: hue angle of 127.74º degrees, saturation: 0.66, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #08270C is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.85.

Color convert

RGB83912-
CMYK0.7900.690.85
HSL127.74º65.96%9.22%-
HSV(B)127.74º79.49%15.29%-
XYZ0.891.530.6-
YUV26.65119.73114.7-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 13.56%
GREEN value IS 39 (15.62% from 255) = 66.10%
BLUE value IS 12 (5.08% from 255) = 20.34%
R=13.56%
G=66.10%
B=20.34%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal839120.7900.690.85127.7465.969.22
Hex827C4F0455580429
Octal104714117010512520010211
Binary1000100111110010011110100010110101011000000010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08270C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08270C; }

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

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

<style>
 a { background-color: #08270C; }

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

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

<style>
 span { border-color: #08270C; }

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

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