#1B021F

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

Shades of Blackcurrant #1B021F

Tints of Blackcurrant #1B021F

Color information

#1B021F (or 0x1B021F) is unknown color: approx Blackcurrant. HEX triplet: 1B, 02 and 1F. RGB value is (27,2,31). Sum of RGB (Red+Green+Blue) = 27+2+31=60 (7% of max value = 765). Red value is 27 (10.94% from 255 or 45% from 60); Green value is 2 (1.17% from 255 or 3.33% from 60); Blue value is 31 (12.5% from 255 or 51.67% from 60); Max value from RGB is 31 - color contains mainly: blue. Hex color #1B021F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B021F is #E4FDE0. Grayscale: #0C0C0C. Windows color (decimal): -15007201 or 2032155. OLE color: 2032155.

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

Color convert

RGB27231-
CMYK0.130.9400.88
HSL291.72º87.88%6.47%-
HSV(B)291.72º93.55%12.16%-
XYZ0.720.381.33-
YUV12.78138.28138.14-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 45%
GREEN value IS 2 (1.17% from 255) = 3.33%
BLUE value IS 31 (12.5% from 255) = 51.67%
R=45%
G=3.33%
B=51.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal272310.130.9400.88291.7287.886.47
Hex1B21FD5E058124586
Octal332371513601304441306
Binary11011101111111011011110010110001001001001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B021F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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