#16051F

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

Shades of Blackcurrant #16051F

Tints of Blackcurrant #16051F

Color information

#16051F (or 0x16051F) is unknown color: approx Blackcurrant. HEX triplet: 16, 05 and 1F. RGB value is (22,5,31). Sum of RGB (Red+Green+Blue) = 22+5+31=58 (7% of max value = 765). Red value is 22 (8.98% from 255 or 37.93% from 58); Green value is 5 (2.34% from 255 or 8.62% from 58); Blue value is 31 (12.5% from 255 or 53.45% from 58); Max value from RGB is 31 - color contains mainly: blue. Hex color #16051F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16051F is #E9FAE0. Grayscale: #0C0C0C. Windows color (decimal): -15334113 or 2032918. OLE color: 2032918.

HSL color Cylindrical-coordinate representation of color #16051F: hue angle of 279.23º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16051F is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB22531-
CMYK0.290.8400.88
HSL279.23º72.22%7.06%-
HSV(B)279.23º83.87%12.16%-
XYZ0.630.381.34-
YUV13.05138.13134.39-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 37.93%
GREEN value IS 5 (2.34% from 255) = 8.62%
BLUE value IS 31 (12.5% from 255) = 53.45%
R=37.93%
G=8.62%
B=53.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal225310.290.8400.88279.2372.227.06
Hex1651F1D54058117487
Octal265373512401304271107
Binary1011010111111111011010100010110001000101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16051F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,5,31); }

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

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

 a { background-color: rgb(22,5,31); }

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

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

 span { border-color: rgb(22,5,31); }

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