#0A170E

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

Shades of Black Bean #0A170E

Tints of Black Bean #0A170E

Color information

#0A170E (or 0x0A170E) is unknown color: approx Black Bean. HEX triplet: 0A, 17 and 0E. RGB value is (10,23,14). Sum of RGB (Red+Green+Blue) = 10+23+14=47 (6% of max value = 765). Red value is 10 (4.30% from 255 or 21.28% from 47); Green value is 23 (9.38% from 255 or 48.94% from 47); Blue value is 14 (5.86% from 255 or 29.79% from 47); Max value from RGB is 23 - color contains mainly: green. Hex color #0A170E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A170E is #F5E8F1. Grayscale: #121212. Windows color (decimal): -16115954 or 923402. OLE color: 923402.

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

Color convert

RGB102314-
CMYK0.5700.390.91
HSL138.46º39.39%6.47%-
HSV(B)138.46º56.52%9.02%-
XYZ0.510.710.53-
YUV18.09125.69122.23-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 21.28%
GREEN value IS 23 (9.38% from 255) = 48.94%
BLUE value IS 14 (5.86% from 255) = 29.79%
R=21.28%
G=48.94%
B=29.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1023140.5700.390.91138.4639.396.47
HexA17E390275B8a276
Octal12271671047133212476
Binary10101011111101110010100111101101110001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A170E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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