#160724

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

Shades of Blackcurrant #160724

Tints of Blackcurrant #160724

Color information

#160724 (or 0x160724) is unknown color: approx Blackcurrant. HEX triplet: 16, 07 and 24. RGB value is (22,7,36). Sum of RGB (Red+Green+Blue) = 22+7+36=65 (8% of max value = 765). Red value is 22 (8.98% from 255 or 33.85% from 65); Green value is 7 (3.12% from 255 or 10.77% from 65); Blue value is 36 (14.45% from 255 or 55.38% from 65); Max value from RGB is 36 - color contains mainly: blue. Hex color #160724 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160724 is #E9F8DB. Grayscale: #0E0E0E. Windows color (decimal): -15333596 or 2361110. OLE color: 2361110.

HSL color Cylindrical-coordinate representation of color #160724: hue angle of 271.03º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #160724 is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB22736-
CMYK0.390.8100.86
HSL271.03º67.44%8.43%-
HSV(B)271.03º80.56%14.12%-
XYZ0.730.451.72-
YUV14.79139.97133.14-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 33.85%
GREEN value IS 7 (3.12% from 255) = 10.77%
BLUE value IS 36 (14.45% from 255) = 55.38%
R=33.85%
G=10.77%
B=55.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal227360.390.8100.86271.0367.448.43
Hex16724275105610f438
Octal2674447121012641710310
Binary1011011110010010011110100010101011010000111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160724; }

 p { color: rgb(22,7,36); }

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

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

 a { background-color: rgb(22,7,36); }

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

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

 span { border-color: rgb(22,7,36); }

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