#1B011E

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

Shades of Blackcurrant #1B011E

Tints of Blackcurrant #1B011E

Color information

#1B011E (or 0x1B011E) is unknown color: approx Blackcurrant. HEX triplet: 1B, 01 and 1E. RGB value is (27,1,30). Sum of RGB (Red+Green+Blue) = 27+1+30=58 (7% of max value = 765). Red value is 27 (10.94% from 255 or 46.55% from 58); Green value is 1 (0.78% from 255 or 1.72% from 58); Blue value is 30 (12.11% from 255 or 51.72% from 58); Max value from RGB is 30 - color contains mainly: blue. Hex color #1B011E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B011E is #E4FEE1. Grayscale: #0B0B0B. Windows color (decimal): -15007458 or 1966363. OLE color: 1966363.

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

Color convert

RGB27130-
CMYK0.100.9700.88
HSL293.79º93.55%6.08%-
HSV(B)293.79º96.67%11.76%-
XYZ0.70.351.26-
YUV12.08138.11138.64-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 46.55%
GREEN value IS 1 (0.78% from 255) = 1.72%
BLUE value IS 30 (12.11% from 255) = 51.72%
R=46.55%
G=1.72%
B=51.72%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal271300.100.9700.88293.7993.556.08
Hex1B11EA610581265e6
Octal331361214101304461366
Binary1101111111010101100001010110001001001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B011E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B011E; }

 p { color: rgb(27,1,30); }

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

<style>
 a { background-color: #1B011E; }

 a { background-color: rgb(27,1,30); }

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

<style>
 span { border-color: #1B011E; }

 span { border-color: rgb(27,1,30); }

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