#11021E

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

Shades of Blackcurrant #11021E

Tints of Blackcurrant #11021E

Color information

#11021E (or 0x11021E) is unknown color: approx Blackcurrant. HEX triplet: 11, 02 and 1E. RGB value is (17,2,30). Sum of RGB (Red+Green+Blue) = 17+2+30=49 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34.69% from 49); Green value is 2 (1.17% from 255 or 4.08% from 49); Blue value is 30 (12.11% from 255 or 61.22% from 49); Max value from RGB is 30 - color contains mainly: blue. Hex color #11021E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11021E is #EEFDE1. Grayscale: #090909. Windows color (decimal): -15662562 or 1966609. OLE color: 1966609.

HSL color Cylindrical-coordinate representation of color #11021E: hue angle of 272.14º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11021E is Cyan = 0.43, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB17230-
CMYK0.430.9300.88
HSL272.14º87.5%6.27%-
HSV(B)272.14º93.33%11.76%-
XYZ0.490.261.25-
YUV9.68139.47133.22-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 34.69%
GREEN value IS 2 (1.17% from 255) = 4.08%
BLUE value IS 30 (12.11% from 255) = 61.22%
R=34.69%
G=4.08%
B=61.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal172300.430.9300.88272.1487.56.27
Hex1121E2B5D058110586
Octal212365313501304201306
Binary1000110111101010111011101010110001000100001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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