#17121E

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

Shades of Blackcurrant #17121E

Tints of Blackcurrant #17121E

Color information

#17121E (or 0x17121E) is unknown color: approx Blackcurrant. HEX triplet: 17, 12 and 1E. RGB value is (23,18,30). Sum of RGB (Red+Green+Blue) = 23+18+30=71 (9% of max value = 765). Red value is 23 (9.38% from 255 or 32.39% from 71); Green value is 18 (7.42% from 255 or 25.35% from 71); Blue value is 30 (12.11% from 255 or 42.25% from 71); Max value from RGB is 30 - color contains mainly: blue. Hex color #17121E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17121E is #E8EDE1. Grayscale: #141414. Windows color (decimal): -15265250 or 1970711. OLE color: 1970711.

HSL color Cylindrical-coordinate representation of color #17121E: hue angle of 265º degrees, saturation: 0.25, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #17121E is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB231830-
CMYK0.230.4000.88
HSL265º25%9.41%-
HSV(B)265º40%11.76%-
XYZ0.80.711.32-
YUV20.86133.16129.52-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 32.39%
GREEN value IS 18 (7.42% from 255) = 25.35%
BLUE value IS 30 (12.11% from 255) = 42.25%
R=32.39%
G=25.35%
B=42.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2318300.230.4000.88265259.41
Hex17121E1728058109199
Octal272236275001304113111
Binary1011110010111101011110100001011000100001001110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17121E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17121E; }

 p { color: rgb(23,18,30); }

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

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

 a { background-color: rgb(23,18,30); }

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

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

 span { border-color: rgb(23,18,30); }

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