#1B001E

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

Shades of Blackcurrant #1B001E

Tints of Blackcurrant #1B001E

Color information

#1B001E (or 0x1B001E) is unknown color: approx Blackcurrant. HEX triplet: 1B, 00 and 1E. RGB value is (27,0,30). Sum of RGB (Red+Green+Blue) = 27+0+30=57 (7% of max value = 765). Red value is 27 (10.94% from 255 or 47.37% from 57); Green value is 0 (0.39% from 255 or 0% from 57); Blue value is 30 (12.11% from 255 or 52.63% from 57); Max value from RGB is 30 - color contains mainly: blue. Hex color #1B001E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B001E is #E4FFE1. Grayscale: #0B0B0B. Windows color (decimal): -15007714 or 1966107. OLE color: 1966107.

HSL color Cylindrical-coordinate representation of color #1B001E: hue angle of 294º 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 #1B001E is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB27030-
CMYK0.10100.88
HSL294º100%5.88%-
HSV(B)294º100%11.76%-
XYZ0.690.331.26-
YUV11.49138.45139.06-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 47.37%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 30 (12.11% from 255) = 52.63%
R=47.37%
G=0%
B=52.63%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal270300.10100.882941005.88
Hex1B01EA64058126646
Octal330361214401304461446
Binary1101101111010101100100010110001001001101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B001E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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