#170D2D

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

Shades of Tolopea #170D2D

Tints of Tolopea #170D2D

Color information

#170D2D (or 0x170D2D) is unknown color: approx Tolopea. HEX triplet: 17, 0D and 2D. RGB value is (23,13,45). Sum of RGB (Red+Green+Blue) = 23+13+45=81 (10% of max value = 765). Red value is 23 (9.38% from 255 or 28.40% from 81); Green value is 13 (5.47% from 255 or 16.05% from 81); Blue value is 45 (17.97% from 255 or 55.56% from 81); Max value from RGB is 45 - color contains mainly: blue. Hex color #170D2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170D2D is #E8F2D2. Grayscale: #131313. Windows color (decimal): -15266515 or 2952471. OLE color: 2952471.

HSL color Cylindrical-coordinate representation of color #170D2D: hue angle of 258.75º degrees, saturation: 0.55, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #170D2D is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB231345-
CMYK0.490.7100.82
HSL258.75º55.17%11.37%-
HSV(B)258.75º71.11%17.65%-
XYZ0.970.662.56-
YUV19.64142.31130.4-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 28.40%
GREEN value IS 13 (5.47% from 255) = 16.05%
BLUE value IS 45 (17.97% from 255) = 55.56%
R=28.40%
G=16.05%
B=55.56%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2313450.490.7100.82258.7555.1711.37
Hex17D2D314705210337b
Octal2715556110701224036713
Binary1011111011011011100011000111010100101000000111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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