#170A0A

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

Shades of Black #170A0A

Tints of Black #170A0A

Color information

#170A0A (or 0x170A0A) is unknown color: approx Black. HEX triplet: 17, 0A and 0A. RGB value is (23,10,10). Sum of RGB (Red+Green+Blue) = 23+10+10=43 (5% of max value = 765). Red value is 23 (9.38% from 255 or 53.49% from 43); Green value is 10 (4.30% from 255 or 23.26% from 43); Blue value is 10 (4.30% from 255 or 23.26% from 43); Max value from RGB is 23 - color contains mainly: red. Hex color #170A0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170A0A is #E8F5F5. Grayscale: #0D0D0D. Windows color (decimal): -15267318 or 657943. OLE color: 657943.

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

Color convert

RGB231010-
CMYK00.570.570.91
HSL39.39%6.47%-
HSV(B)56.52%9.02%-
XYZ0.520.420.34-
YUV13.89125.81134.5-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.57
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23101000.570.570.91039.396.47
Hex17AA039395B0276
Octal271212071711330476
Binary1011110101010011100111100110110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170A0A; }

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

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

<style>
 a { background-color: #170A0A; }

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

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

<style>
 span { border-color: #170A0A; }

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

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