#170130

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

Shades of Blackcurrant #170130

Tints of Blackcurrant #170130

Color information

#170130 (or 0x170130) is unknown color: approx Blackcurrant. HEX triplet: 17, 01 and 30. RGB value is (23,1,48). Sum of RGB (Red+Green+Blue) = 23+1+48=72 (9% of max value = 765). Red value is 23 (9.38% from 255 or 31.94% from 72); Green value is 1 (0.78% from 255 or 1.39% from 72); Blue value is 48 (19.14% from 255 or 66.67% from 72); Max value from RGB is 48 - color contains mainly: blue. Hex color #170130 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170130 is #E8FECF. Grayscale: #0C0C0C. Windows color (decimal): -15269584 or 3146007. OLE color: 3146007.

HSL color Cylindrical-coordinate representation of color #170130: hue angle of 268.09º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #170130 is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB23148-
CMYK0.520.9800.81
HSL268.09º95.92%9.61%-
HSV(B)268.09º97.92%18.82%-
XYZ0.90.422.83-
YUV12.94147.79135.18-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 31.94%
GREEN value IS 1 (0.78% from 255) = 1.39%
BLUE value IS 48 (19.14% from 255) = 66.67%
R=31.94%
G=1.39%
B=66.67%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal231480.520.9800.81268.0995.929.61
Hex17130346205110c60a
Octal2716064142012141414012
Binary10111111000011010011000100101000110000110011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170130; }

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

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

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

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

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

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

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

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