#160235

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

Shades of Blackcurrant #160235

Tints of Blackcurrant #160235

Color information

#160235 (or 0x160235) is unknown color: approx Blackcurrant. HEX triplet: 16, 02 and 35. RGB value is (22,2,53). Sum of RGB (Red+Green+Blue) = 22+2+53=77 (10% of max value = 765). Red value is 22 (8.98% from 255 or 28.57% from 77); Green value is 2 (1.17% from 255 or 2.60% from 77); Blue value is 53 (21.09% from 255 or 68.83% from 77); Max value from RGB is 53 - color contains mainly: blue. Hex color #160235 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160235 is #E9FDCA. Grayscale: #0D0D0D. Windows color (decimal): -15334859 or 3473942. OLE color: 3473942.

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

Color convert

RGB22253-
CMYK0.580.9600.79
HSL263.53º92.73%10.78%-
HSV(B)263.53º96.23%20.78%-
XYZ10.473.41-
YUV13.79150.13133.85-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 28.57%
GREEN value IS 2 (1.17% from 255) = 2.60%
BLUE value IS 53 (21.09% from 255) = 68.83%
R=28.57%
G=2.60%
B=68.83%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal222530.580.9600.79263.5392.7310.78
Hex162353A6004F1085db
Octal2626572140011741013513
Binary101101011010111101011000000100111110000100010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160235; }

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

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

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

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

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

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

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

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