#08270A

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

Shades of Black Bean #08270A

Tints of Black Bean #08270A

Color information

#08270A (or 0x08270A) is unknown color: approx Black Bean. HEX triplet: 08, 27 and 0A. RGB value is (8,39,10). Sum of RGB (Red+Green+Blue) = 8+39+10=57 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.04% from 57); Green value is 39 (15.62% from 255 or 68.42% from 57); Blue value is 10 (4.30% from 255 or 17.54% from 57); Max value from RGB is 39 - color contains mainly: green. Hex color #08270A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08270A is #F7D8F5. Grayscale: #1A1A1A. Windows color (decimal): -16242934 or 665352. OLE color: 665352.

HSL color Cylindrical-coordinate representation of color #08270A: hue angle of 123.87º 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 #08270A is Cyan = 0.79, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.85.

Color convert

RGB83910-
CMYK0.7900.740.85
HSL123.87º65.96%9.22%-
HSV(B)123.87º79.49%15.29%-
XYZ0.881.520.54-
YUV26.42118.73114.86-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 14.04%
GREEN value IS 39 (15.62% from 255) = 68.42%
BLUE value IS 10 (4.30% from 255) = 17.54%
R=14.04%
G=68.42%
B=17.54%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal839100.7900.740.85123.8765.969.22
Hex827A4F04A557c429
Octal104712117011212517410211
Binary100010011110101001111010010101010101111110010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08270A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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