#1B011F

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

Shades of Blackcurrant #1B011F

Tints of Blackcurrant #1B011F

Color information

#1B011F (or 0x1B011F) is unknown color: approx Blackcurrant. HEX triplet: 1B, 01 and 1F. RGB value is (27,1,31). Sum of RGB (Red+Green+Blue) = 27+1+31=59 (7% of max value = 765). Red value is 27 (10.94% from 255 or 45.76% from 59); Green value is 1 (0.78% from 255 or 1.69% from 59); Blue value is 31 (12.5% from 255 or 52.54% from 59); Max value from RGB is 31 - color contains mainly: blue. Hex color #1B011F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B011F is #E4FEE0. Grayscale: #0C0C0C. Windows color (decimal): -15007457 or 2031899. OLE color: 2031899.

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

Color convert

RGB27131-
CMYK0.130.9700.88
HSL292º93.75%6.27%-
HSV(B)292º96.77%12.16%-
XYZ0.710.351.33-
YUV12.19138.61138.56-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 45.76%
GREEN value IS 1 (0.78% from 255) = 1.69%
BLUE value IS 31 (12.5% from 255) = 52.54%
R=45.76%
G=1.69%
B=52.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal271310.130.9700.8829293.756.27
Hex1B11FD610581245e6
Octal331371514101304441366
Binary1101111111111011100001010110001001001001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B011F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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