#08170A

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

Shades of Black Bean #08170A

Tints of Black Bean #08170A

Color information

#08170A (or 0x08170A) is unknown color: approx Black Bean. HEX triplet: 08, 17 and 0A. RGB value is (8,23,10). Sum of RGB (Red+Green+Blue) = 8+23+10=41 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.51% from 41); Green value is 23 (9.38% from 255 or 56.10% from 41); Blue value is 10 (4.30% from 255 or 24.39% from 41); Max value from RGB is 23 - color contains mainly: green. Hex color #08170A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08170A is #F7E8F5. Grayscale: #111111. Windows color (decimal): -16247030 or 661256. OLE color: 661256.

HSL color Cylindrical-coordinate representation of color #08170A: hue angle of 128º degrees, saturation: 0.48, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #08170A is Cyan = 0.65, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.91.

Color convert

RGB82310-
CMYK0.6500.570.91
HSL128º48.39%6.08%-
HSV(B)128º65.22%9.02%-
XYZ0.460.690.4-
YUV17.03124.03121.56-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 19.51%
GREEN value IS 23 (9.38% from 255) = 56.10%
BLUE value IS 10 (4.30% from 255) = 24.39%
R=19.51%
G=56.10%
B=24.39%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal823100.6500.570.9112848.396.08
Hex817A410395B80306
Octal102712101071133200606
Binary100010111101010000010111001101101110000000110000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08170A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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