#170222

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

Shades of Blackcurrant #170222

Tints of Blackcurrant #170222

Color information

#170222 (or 0x170222) is unknown color: approx Blackcurrant. HEX triplet: 17, 02 and 22. RGB value is (23,2,34). Sum of RGB (Red+Green+Blue) = 23+2+34=59 (7% of max value = 765). Red value is 23 (9.38% from 255 or 38.98% from 59); Green value is 2 (1.17% from 255 or 3.39% from 59); Blue value is 34 (13.67% from 255 or 57.63% from 59); Max value from RGB is 34 - color contains mainly: blue. Hex color #170222 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170222 is #E8FDDD. Grayscale: #0B0B0B. Windows color (decimal): -15269342 or 2228759. OLE color: 2228759.

HSL color Cylindrical-coordinate representation of color #170222: hue angle of 279.38º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #170222 is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB23234-
CMYK0.320.9400.87
HSL279.38º88.89%7.06%-
HSV(B)279.38º94.12%13.33%-
XYZ0.660.341.54-
YUV11.93140.46135.9-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 38.98%
GREEN value IS 2 (1.17% from 255) = 3.39%
BLUE value IS 34 (13.67% from 255) = 57.63%
R=38.98%
G=3.39%
B=57.63%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal232340.320.9400.87279.3888.897.06
Hex17222205E057117597
Octal272424013601274271317
Binary10111101000101000001011110010101111000101111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170222; }

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

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

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

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

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

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

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

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