#1B091F

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

Shades of Blackcurrant #1B091F

Tints of Blackcurrant #1B091F

Color information

#1B091F (or 0x1B091F) is unknown color: approx Blackcurrant. HEX triplet: 1B, 09 and 1F. RGB value is (27,9,31). Sum of RGB (Red+Green+Blue) = 27+9+31=67 (8% of max value = 765). Red value is 27 (10.94% from 255 or 40.30% from 67); Green value is 9 (3.91% from 255 or 13.43% from 67); Blue value is 31 (12.5% from 255 or 46.27% from 67); Max value from RGB is 31 - color contains mainly: blue. Hex color #1B091F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B091F is #E4F6E0. Grayscale: #101010. Windows color (decimal): -15005409 or 2033947. OLE color: 2033947.

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

Color convert

RGB27931-
CMYK0.130.7100.88
HSL289.09º55%7.84%-
HSV(B)289.09º70.97%12.16%-
XYZ0.80.531.36-
YUV16.89135.96135.21-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 40.30%
GREEN value IS 9 (3.91% from 255) = 13.43%
BLUE value IS 31 (12.5% from 255) = 46.27%
R=40.30%
G=13.43%
B=46.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal279310.130.7100.88289.09557.84
Hex1B91FD47058121378
Octal3311371510701304416710
Binary1101110011111111011000111010110001001000011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B091F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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