#0A170A

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

Shades of Black Bean #0A170A

Tints of Black Bean #0A170A

Color information

#0A170A (or 0x0A170A) is unknown color: approx Black Bean. HEX triplet: 0A, 17 and 0A. RGB value is (10,23,10). Sum of RGB (Red+Green+Blue) = 10+23+10=43 (5% of max value = 765). Red value is 10 (4.30% from 255 or 23.26% from 43); Green value is 23 (9.38% from 255 or 53.49% from 43); Blue value is 10 (4.30% from 255 or 23.26% from 43); Max value from RGB is 23 - color contains mainly: green. Hex color #0A170A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A170A is #F5E8F5. Grayscale: #111111. Windows color (decimal): -16115958 or 661258. OLE color: 661258.

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

Color convert

RGB102310-
CMYK0.5700.570.91
HSL120º39.39%6.47%-
HSV(B)120º56.52%9.02%-
XYZ0.490.70.4-
YUV17.63123.69122.56-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 23.26%
GREEN value IS 23 (9.38% from 255) = 53.49%
BLUE value IS 10 (4.30% from 255) = 23.26%
R=23.26%
G=53.49%
B=23.26%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1023100.5700.570.9112039.396.47
HexA17A390395B78276
Octal12271271071133170476
Binary1010101111010111001011100110110111111000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A170A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A170A; }

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

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

<style>
 a { background-color: #0A170A; }

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

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

<style>
 span { border-color: #0A170A; }

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

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