#170D30

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

Shades of Tolopea #170D30

Tints of Tolopea #170D30

Color information

#170D30 (or 0x170D30) is unknown color: approx Tolopea. HEX triplet: 17, 0D and 30. RGB value is (23,13,48). Sum of RGB (Red+Green+Blue) = 23+13+48=84 (11% of max value = 765). Red value is 23 (9.38% from 255 or 27.38% from 84); Green value is 13 (5.47% from 255 or 15.48% from 84); Blue value is 48 (19.14% from 255 or 57.14% from 84); Max value from RGB is 48 - color contains mainly: blue. Hex color #170D30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170D30 is #E8F2CF. Grayscale: #131313. Windows color (decimal): -15266512 or 3149079. OLE color: 3149079.

HSL color Cylindrical-coordinate representation of color #170D30: hue angle of 257.14º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #170D30 is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB231348-
CMYK0.520.7300.81
HSL257.14º57.38%11.96%-
HSV(B)257.14º72.92%18.82%-
XYZ1.030.682.87-
YUV19.98143.81130.15-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 27.38%
GREEN value IS 13 (5.47% from 255) = 15.48%
BLUE value IS 48 (19.14% from 255) = 57.14%
R=27.38%
G=15.48%
B=57.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2313480.520.7300.81257.1457.3811.96
Hex17D30344905110139c
Octal2715606411101214017114
Binary1011111011100001101001001001010100011000000011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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