#1B051F

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

Shades of Blackcurrant #1B051F

Tints of Blackcurrant #1B051F

Color information

#1B051F (or 0x1B051F) is unknown color: approx Blackcurrant. HEX triplet: 1B, 05 and 1F. RGB value is (27,5,31). Sum of RGB (Red+Green+Blue) = 27+5+31=63 (8% of max value = 765). Red value is 27 (10.94% from 255 or 42.86% from 63); Green value is 5 (2.34% from 255 or 7.94% from 63); Blue value is 31 (12.5% from 255 or 49.21% from 63); Max value from RGB is 31 - color contains mainly: blue. Hex color #1B051F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B051F is #E4FAE0. Grayscale: #0E0E0E. Windows color (decimal): -15006433 or 2032923. OLE color: 2032923.

HSL color Cylindrical-coordinate representation of color #1B051F: hue angle of 290.77º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B051F is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB27531-
CMYK0.130.8400.88
HSL290.77º72.22%7.06%-
HSV(B)290.77º83.87%12.16%-
XYZ0.750.441.34-
YUV14.54137.29136.89-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 42.86%
GREEN value IS 5 (2.34% from 255) = 7.94%
BLUE value IS 31 (12.5% from 255) = 49.21%
R=42.86%
G=7.94%
B=49.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal275310.130.8400.88290.7772.227.06
Hex1B51FD54058123487
Octal335371512401304431107
Binary110111011111111011010100010110001001000111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B051F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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