#1B031F

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

Shades of Blackcurrant #1B031F

Tints of Blackcurrant #1B031F

Color information

#1B031F (or 0x1B031F) is unknown color: approx Blackcurrant. HEX triplet: 1B, 03 and 1F. RGB value is (27,3,31). Sum of RGB (Red+Green+Blue) = 27+3+31=61 (8% of max value = 765). Red value is 27 (10.94% from 255 or 44.26% from 61); Green value is 3 (1.56% from 255 or 4.92% from 61); Blue value is 31 (12.5% from 255 or 50.82% from 61); Max value from RGB is 31 - color contains mainly: blue. Hex color #1B031F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B031F is #E4FCE0. Grayscale: #0D0D0D. Windows color (decimal): -15006945 or 2032411. OLE color: 2032411.

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

Color convert

RGB27331-
CMYK0.130.9000.88
HSL291.43º82.35%6.67%-
HSV(B)291.43º90.32%12.16%-
XYZ0.730.41.33-
YUV13.37137.95137.72-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 44.26%
GREEN value IS 3 (1.56% from 255) = 4.92%
BLUE value IS 31 (12.5% from 255) = 50.82%
R=44.26%
G=4.92%
B=50.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal273310.130.9000.88291.4382.356.67
Hex1B31FD5A058123527
Octal333371513201304431227
Binary11011111111111011011010010110001001000111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B031F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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