#1B081F

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

Shades of Blackcurrant #1B081F

Tints of Blackcurrant #1B081F

Color information

#1B081F (or 0x1B081F) is unknown color: approx Blackcurrant. HEX triplet: 1B, 08 and 1F. RGB value is (27,8,31). Sum of RGB (Red+Green+Blue) = 27+8+31=66 (8% of max value = 765). Red value is 27 (10.94% from 255 or 40.91% from 66); Green value is 8 (3.52% from 255 or 12.12% from 66); Blue value is 31 (12.5% from 255 or 46.97% from 66); Max value from RGB is 31 - color contains mainly: blue. Hex color #1B081F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B081F is #E4F7E0. Grayscale: #101010. Windows color (decimal): -15005665 or 2033691. OLE color: 2033691.

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

Color convert

RGB27831-
CMYK0.130.7400.88
HSL289.57º58.97%7.65%-
HSV(B)289.57º74.19%12.16%-
XYZ0.790.511.35-
YUV16.3136.29135.63-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 40.91%
GREEN value IS 8 (3.52% from 255) = 12.12%
BLUE value IS 31 (12.5% from 255) = 46.97%
R=40.91%
G=12.12%
B=46.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal278310.130.7400.88289.5758.977.65
Hex1B81FD4A0581223b8
Octal3310371511201304427310
Binary1101110001111111011001010010110001001000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B081F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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