#11001B

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

Shades of Blackcurrant #11001B

Tints of Blackcurrant #11001B

Color information

#11001B (or 0x11001B) is unknown color: approx Blackcurrant. HEX triplet: 11, 00 and 1B. RGB value is (17,0,27). Sum of RGB (Red+Green+Blue) = 17+0+27=44 (5% of max value = 765). Red value is 17 (7.03% from 255 or 38.64% from 44); Green value is 0 (0.39% from 255 or 0% from 44); Blue value is 27 (10.94% from 255 or 61.36% from 44); Max value from RGB is 27 - color contains mainly: blue. Hex color #11001B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11001B is #EEFFE4. Grayscale: #080808. Windows color (decimal): -15663077 or 1769489. OLE color: 1769489.

HSL color Cylindrical-coordinate representation of color #11001B: hue angle of 277.78º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #11001B is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB17027-
CMYK0.37100.89
HSL277.78º100%5.29%-
HSV(B)277.78º100%10.59%-
XYZ0.430.21.05-
YUV8.16138.63134.3-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 38.64%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 27 (10.94% from 255) = 61.36%
R=38.64%
G=0%
B=61.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal170270.37100.89277.781005.29
Hex1101B2564059116645
Octal210334514401314261445
Binary100010110111001011100100010110011000101101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11001B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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