#16062E

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

Shades of Blackcurrant #16062E

Tints of Blackcurrant #16062E

Color information

#16062E (or 0x16062E) is unknown color: approx Blackcurrant. HEX triplet: 16, 06 and 2E. RGB value is (22,6,46). Sum of RGB (Red+Green+Blue) = 22+6+46=74 (9% of max value = 765). Red value is 22 (8.98% from 255 or 29.73% from 74); Green value is 6 (2.73% from 255 or 8.11% from 74); Blue value is 46 (18.36% from 255 or 62.16% from 74); Max value from RGB is 46 - color contains mainly: blue. Hex color #16062E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16062E is #E9F9D1. Grayscale: #0F0F0F. Windows color (decimal): -15333842 or 3016214. OLE color: 3016214.

HSL color Cylindrical-coordinate representation of color #16062E: hue angle of 264º degrees, saturation: 0.77, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16062E is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB22646-
CMYK0.520.8700.82
HSL264º76.92%10.2%-
HSV(B)264º86.96%18.04%-
XYZ0.890.52.63-
YUV15.34145.3132.75-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 29.73%
GREEN value IS 6 (2.73% from 255) = 8.11%
BLUE value IS 46 (18.36% from 255) = 62.16%
R=29.73%
G=8.11%
B=62.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal226460.520.8700.8226476.9210.2
Hex1662E34570521084da
Octal2665664127012241011512
Binary1011011010111011010010101110101001010000100010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16062E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16062E; }

 p { color: rgb(22,6,46); }

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

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

 a { background-color: rgb(22,6,46); }

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

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

 span { border-color: rgb(22,6,46); }

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