#170B30

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

Shades of Tolopea #170B30

Tints of Tolopea #170B30

Color information

#170B30 (or 0x170B30) is unknown color: approx Tolopea. HEX triplet: 17, 0B and 30. RGB value is (23,11,48). Sum of RGB (Red+Green+Blue) = 23+11+48=82 (10% of max value = 765). Red value is 23 (9.38% from 255 or 28.05% from 82); Green value is 11 (4.69% from 255 or 13.41% from 82); Blue value is 48 (19.14% from 255 or 58.54% from 82); Max value from RGB is 48 - color contains mainly: blue. Hex color #170B30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170B30 is #E8F4CF. Grayscale: #121212. Windows color (decimal): -15267024 or 3148567. OLE color: 3148567.

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

Color convert

RGB231148-
CMYK0.520.7700.81
HSL259.46º62.71%11.57%-
HSV(B)259.46º77.08%18.82%-
XYZ1.010.632.87-
YUV18.81144.48130.99-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 28.05%
GREEN value IS 11 (4.69% from 255) = 13.41%
BLUE value IS 48 (19.14% from 255) = 58.54%
R=28.05%
G=13.41%
B=58.54%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2311480.520.7700.81259.4662.7111.57
Hex17B30344D0511033fc
Octal2713606411501214037714
Binary1011110111100001101001001101010100011000000111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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