#17022F

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

Shades of Blackcurrant #17022F

Tints of Blackcurrant #17022F

Color information

#17022F (or 0x17022F) is unknown color: approx Blackcurrant. HEX triplet: 17, 02 and 2F. RGB value is (23,2,47). Sum of RGB (Red+Green+Blue) = 23+2+47=72 (9% of max value = 765). Red value is 23 (9.38% from 255 or 31.94% from 72); Green value is 2 (1.17% from 255 or 2.78% from 72); Blue value is 47 (18.75% from 255 or 65.28% from 72); Max value from RGB is 47 - color contains mainly: blue. Hex color #17022F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17022F is #E8FDD0. Grayscale: #0D0D0D. Windows color (decimal): -15269329 or 3080727. OLE color: 3080727.

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

Color convert

RGB23247-
CMYK0.510.9600.82
HSL268º91.84%9.61%-
HSV(B)268º95.74%18.43%-
XYZ0.890.432.73-
YUV13.41146.96134.84-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 31.94%
GREEN value IS 2 (1.17% from 255) = 2.78%
BLUE value IS 47 (18.75% from 255) = 65.28%
R=31.94%
G=2.78%
B=65.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal232470.510.9600.8226891.849.61
Hex1722F336005210c5ca
Octal2725763140012241413412
Binary101111010111111001111000000101001010000110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17022F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17022F; }

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

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

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

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

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

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

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

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