#160626

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

Shades of Blackcurrant #160626

Tints of Blackcurrant #160626

Color information

#160626 (or 0x160626) is unknown color: approx Blackcurrant. HEX triplet: 16, 06 and 26. RGB value is (22,6,38). Sum of RGB (Red+Green+Blue) = 22+6+38=66 (8% of max value = 765). Red value is 22 (8.98% from 255 or 33.33% from 66); Green value is 6 (2.73% from 255 or 9.09% from 66); Blue value is 38 (15.23% from 255 or 57.58% from 66); Max value from RGB is 38 - color contains mainly: blue. Hex color #160626 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160626 is #E9F9D9. Grayscale: #0E0E0E. Windows color (decimal): -15333850 or 2491926. OLE color: 2491926.

HSL color Cylindrical-coordinate representation of color #160626: hue angle of 270º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #160626 is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB22638-
CMYK0.420.8400.85
HSL270º72.73%8.63%-
HSV(B)270º84.21%14.9%-
XYZ0.750.441.88-
YUV14.43141.3133.4-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 33.33%
GREEN value IS 6 (2.73% from 255) = 9.09%
BLUE value IS 38 (15.23% from 255) = 57.58%
R=33.33%
G=9.09%
B=57.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal226380.420.8400.8527072.738.63
Hex166262A5405510e499
Octal2664652124012541611111
Binary1011011010011010101010101000101010110000111010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160626; }

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

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

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

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

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

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

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

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