#11001E

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

Shades of Blackcurrant #11001E

Tints of Blackcurrant #11001E

Color information

#11001E (or 0x11001E) is unknown color: approx Blackcurrant. HEX triplet: 11, 00 and 1E. RGB value is (17,0,30). Sum of RGB (Red+Green+Blue) = 17+0+30=47 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.17% from 47); Green value is 0 (0.39% from 255 or 0% from 47); Blue value is 30 (12.11% from 255 or 63.83% from 47); Max value from RGB is 30 - color contains mainly: blue. Hex color #11001E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11001E is #EEFFE1. Grayscale: #080808. Windows color (decimal): -15663074 or 1966097. OLE color: 1966097.

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

Color convert

RGB17030-
CMYK0.43100.88
HSL274º100%5.88%-
HSV(B)274º100%11.76%-
XYZ0.470.211.24-
YUV8.5140.13134.06-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 36.17%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 30 (12.11% from 255) = 63.83%
R=36.17%
G=0%
B=63.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal170300.43100.882741005.88
Hex1101E2B64058112646
Octal210365314401304221446
Binary100010111101010111100100010110001000100101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11001E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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