#16082E

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

Shades of Blackcurrant #16082E

Tints of Blackcurrant #16082E

Color information

#16082E (or 0x16082E) is unknown color: approx Blackcurrant. HEX triplet: 16, 08 and 2E. RGB value is (22,8,46). Sum of RGB (Red+Green+Blue) = 22+8+46=76 (10% of max value = 765). Red value is 22 (8.98% from 255 or 28.95% from 76); Green value is 8 (3.52% from 255 or 10.53% from 76); Blue value is 46 (18.36% from 255 or 60.53% from 76); Max value from RGB is 46 - color contains mainly: blue. Hex color #16082E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16082E is #E9F7D1. Grayscale: #101010. Windows color (decimal): -15333330 or 3016726. OLE color: 3016726.

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

Color convert

RGB22846-
CMYK0.520.8300.82
HSL262.11º70.37%10.59%-
HSV(B)262.11º82.61%18.04%-
XYZ0.910.542.64-
YUV16.52144.64131.91-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 28.95%
GREEN value IS 8 (3.52% from 255) = 10.53%
BLUE value IS 46 (18.36% from 255) = 60.53%
R=28.95%
G=10.53%
B=60.53%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal228460.520.8300.82262.1170.3710.59
Hex1682E345305210646b
Octal26105664123012240610613
Binary10110100010111011010010100110101001010000011010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16082E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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