#17042f

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

Shades of Blackcurrant #17042F

Tints of Blackcurrant #17042F

Color information

#17042F (or 0x17042F) is unknown color: approx Blackcurrant. HEX triplet: 17, 04 and 2F. RGB value is (23,4,47). Sum of RGB (Red+Green+Blue) = 23+4+47=74 (9% of max value = 765). Red value is 23 (9.38% from 255 or 31.08% from 74); Green value is 4 (1.95% from 255 or 5.41% from 74); Blue value is 47 (18.75% from 255 or 63.51% from 74); Max value from RGB is 47 - color contains mainly: blue. Hex color #17042F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17042F is #E8FBD0. Grayscale: #0E0E0E. Windows color (decimal): -15268817 or 3081239. OLE color: 3081239.

HSL color Cylindrical-coordinate representation of color #17042F: hue angle of 266.51º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17042F is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB23447-
CMYK0.510.9100.82
HSL266.51º84.31%10%-
HSV(B)266.51º91.49%18.43%-
XYZ0.910.472.73-
YUV14.58146.29134-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 31.08%
GREEN value IS 4 (1.95% from 255) = 5.41%
BLUE value IS 47 (18.75% from 255) = 63.51%
R=31.08%
G=5.41%
B=63.51%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal234470.510.9100.82266.5184.3110
Hex1742F335B05210b54a
Octal2745763133012241312412
Binary1011110010111111001110110110101001010000101110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17042f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17042f; }

 p { color: rgb(23,4,47); }

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

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

 a { background-color: rgb(23,4,47); }

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

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

 span { border-color: rgb(23,4,47); }

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