#170C2D

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

Shades of Blackcurrant #170C2D

Tints of Blackcurrant #170C2D

Color information

#170C2D (or 0x170C2D) is unknown color: approx Blackcurrant. HEX triplet: 17, 0C and 2D. RGB value is (23,12,45). Sum of RGB (Red+Green+Blue) = 23+12+45=80 (10% of max value = 765). Red value is 23 (9.38% from 255 or 28.75% from 80); Green value is 12 (5.08% from 255 or 15% from 80); Blue value is 45 (17.97% from 255 or 56.25% from 80); Max value from RGB is 45 - color contains mainly: blue. Hex color #170C2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170C2D is #E8F3D2. Grayscale: #121212. Windows color (decimal): -15266771 or 2952215. OLE color: 2952215.

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

Color convert

RGB231245-
CMYK0.490.7300.82
HSL260º57.89%11.18%-
HSV(B)260º73.33%17.65%-
XYZ0.960.632.55-
YUV19.05142.64130.82-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 28.75%
GREEN value IS 12 (5.08% from 255) = 15%
BLUE value IS 45 (17.97% from 255) = 56.25%
R=28.75%
G=15%
B=56.25%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2312450.490.7300.8226057.8911.18
Hex17C2D31490521043ab
Octal2714556111101224047213
Binary1011111001011011100011001001010100101000001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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