#160135

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

Shades of Blackcurrant #160135

Tints of Blackcurrant #160135

Color information

#160135 (or 0x160135) is unknown color: approx Blackcurrant. HEX triplet: 16, 01 and 35. RGB value is (22,1,53). Sum of RGB (Red+Green+Blue) = 22+1+53=76 (10% of max value = 765). Red value is 22 (8.98% from 255 or 28.95% from 76); Green value is 1 (0.78% from 255 or 1.32% from 76); Blue value is 53 (21.09% from 255 or 69.74% from 76); Max value from RGB is 53 - color contains mainly: blue. Hex color #160135 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160135 is #E9FECA. Grayscale: #0D0D0D. Windows color (decimal): -15335115 or 3473686. OLE color: 3473686.

HSL color Cylindrical-coordinate representation of color #160135: hue angle of 264.23º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #160135 is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB22153-
CMYK0.580.9800.79
HSL264.23º96.3%10.59%-
HSV(B)264.23º98.11%20.78%-
XYZ0.980.453.4-
YUV13.21150.46134.27-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 28.95%
GREEN value IS 1 (0.78% from 255) = 1.32%
BLUE value IS 53 (21.09% from 255) = 69.74%
R=28.95%
G=1.32%
B=69.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal221530.580.9800.79264.2396.310.59
Hex161353A6204F10860b
Octal2616572142011741014013
Binary10110111010111101011000100100111110000100011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160135; }

 p { color: rgb(22,1,53); }

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

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

 a { background-color: rgb(22,1,53); }

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

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

 span { border-color: rgb(22,1,53); }

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