#11021C

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

Shades of Blackcurrant #11021C

Tints of Blackcurrant #11021C

Color information

#11021C (or 0x11021C) is unknown color: approx Blackcurrant. HEX triplet: 11, 02 and 1C. RGB value is (17,2,28). Sum of RGB (Red+Green+Blue) = 17+2+28=47 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.17% from 47); Green value is 2 (1.17% from 255 or 4.26% from 47); Blue value is 28 (11.33% from 255 or 59.57% from 47); Max value from RGB is 28 - color contains mainly: blue. Hex color #11021C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11021C is #EEFDE3. Grayscale: #090909. Windows color (decimal): -15662564 or 1835537. OLE color: 1835537.

HSL color Cylindrical-coordinate representation of color #11021C: hue angle of 274.62º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11021C is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB17228-
CMYK0.390.9300.89
HSL274.62º86.67%5.88%-
HSV(B)274.62º92.86%10.98%-
XYZ0.460.251.12-
YUV9.45138.47133.39-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 36.17%
GREEN value IS 2 (1.17% from 255) = 4.26%
BLUE value IS 28 (11.33% from 255) = 59.57%
R=36.17%
G=4.26%
B=59.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal172280.390.9300.89274.6286.675.88
Hex1121C275D059113576
Octal212344713501314231276
Binary1000110111001001111011101010110011000100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11021C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11021C; }

 p { color: rgb(17,2,28); }

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

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

 a { background-color: rgb(17,2,28); }

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

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

 span { border-color: rgb(17,2,28); }

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