#11021F

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

Shades of Blackcurrant #11021F

Tints of Blackcurrant #11021F

Color information

#11021F (or 0x11021F) is unknown color: approx Blackcurrant. HEX triplet: 11, 02 and 1F. RGB value is (17,2,31). Sum of RGB (Red+Green+Blue) = 17+2+31=50 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34% from 50); Green value is 2 (1.17% from 255 or 4% from 50); Blue value is 31 (12.5% from 255 or 62% from 50); Max value from RGB is 31 - color contains mainly: blue. Hex color #11021F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11021F is #EEFDE0. Grayscale: #090909. Windows color (decimal): -15662561 or 2032145. OLE color: 2032145.

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

Color convert

RGB17231-
CMYK0.450.9400.88
HSL271.03º87.88%6.47%-
HSV(B)271.03º93.55%12.16%-
XYZ0.50.261.32-
YUV9.79139.97133.14-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 34%
GREEN value IS 2 (1.17% from 255) = 4%
BLUE value IS 31 (12.5% from 255) = 62%
R=34%
G=4%
B=62%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal172310.450.9400.88271.0387.886.47
Hex1121F2D5E05810f586
Octal212375513601304171306
Binary1000110111111011011011110010110001000011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11021F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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