#0A170D

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

Shades of Black Bean #0A170D

Tints of Black Bean #0A170D

Color information

#0A170D (or 0x0A170D) is unknown color: approx Black Bean. HEX triplet: 0A, 17 and 0D. RGB value is (10,23,13). Sum of RGB (Red+Green+Blue) = 10+23+13=46 (6% of max value = 765). Red value is 10 (4.30% from 255 or 21.74% from 46); Green value is 23 (9.38% from 255 or 50% from 46); Blue value is 13 (5.47% from 255 or 28.26% from 46); Max value from RGB is 23 - color contains mainly: green. Hex color #0A170D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A170D is #F5E8F2. Grayscale: #121212. Windows color (decimal): -16115955 or 857866. OLE color: 857866.

HSL color Cylindrical-coordinate representation of color #0A170D: hue angle of 133.85º 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 #0A170D is Cyan = 0.57, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.91.

Color convert

RGB102313-
CMYK0.5700.430.91
HSL133.85º39.39%6.47%-
HSV(B)133.85º56.52%9.02%-
XYZ0.50.710.49-
YUV17.97125.19122.31-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 21.74%
GREEN value IS 23 (9.38% from 255) = 50%
BLUE value IS 13 (5.47% from 255) = 28.26%
R=21.74%
G=50%
B=28.26%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1023130.5700.430.91133.8539.396.47
HexA17D3902B5B86276
Octal12271571053133206476
Binary10101011111011110010101011101101110000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A170D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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