#160C1C

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

Shades of Blackcurrant #160C1C

Tints of Blackcurrant #160C1C

Color information

#160C1C (or 0x160C1C) is unknown color: approx Blackcurrant. HEX triplet: 16, 0C and 1C. RGB value is (22,12,28). Sum of RGB (Red+Green+Blue) = 22+12+28=62 (8% of max value = 765). Red value is 22 (8.98% from 255 or 35.48% from 62); Green value is 12 (5.08% from 255 or 19.35% from 62); Blue value is 28 (11.33% from 255 or 45.16% from 62); Max value from RGB is 28 - color contains mainly: blue. Hex color #160C1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160C1C is #E9F3E3. Grayscale: #101010. Windows color (decimal): -15332324 or 1838102. OLE color: 1838102.

HSL color Cylindrical-coordinate representation of color #160C1C: hue angle of 277.5º degrees, saturation: 0.4, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #160C1C is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB221228-
CMYK0.210.5700.89
HSL277.5º40%7.84%-
HSV(B)277.5º57.14%10.98%-
XYZ0.670.521.16-
YUV16.81134.31131.7-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 35.48%
GREEN value IS 12 (5.08% from 255) = 19.35%
BLUE value IS 28 (11.33% from 255) = 45.16%
R=35.48%
G=19.35%
B=45.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2212280.210.5700.89277.5407.84
Hex16C1C1539059116288
Octal261434257101314265010
Binary1011011001110010101111001010110011000101101010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160C1C; }

 p { color: rgb(22,12,28); }

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

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

 a { background-color: rgb(22,12,28); }

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

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

 span { border-color: rgb(22,12,28); }

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