#1F1721

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

Shades of Blackcurrant #1F1721

Tints of Blackcurrant #1F1721

Color information

#1F1721 (or 0x1F1721) is unknown color: approx Blackcurrant. HEX triplet: 1F, 17 and 21. RGB value is (31,23,33). Sum of RGB (Red+Green+Blue) = 31+23+33=87 (11% of max value = 765). Red value is 31 (12.5% from 255 or 35.63% from 87); Green value is 23 (9.38% from 255 or 26.44% from 87); Blue value is 33 (13.28% from 255 or 37.93% from 87); Max value from RGB is 33 - color contains mainly: blue. Hex color #1F1721 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1721 is #E0E8DE. Grayscale: #1A1A1A. Windows color (decimal): -14739679 or 2168607. OLE color: 2168607.

HSL color Cylindrical-coordinate representation of color #1F1721: hue angle of 288º degrees, saturation: 0.18, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #1F1721 is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB312333-
CMYK0.060.3000.87
HSL288º17.86%10.98%-
HSV(B)288º30.3%12.94%-
XYZ1.151.011.57-
YUV26.53131.65131.19-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 35.63%
GREEN value IS 23 (9.38% from 255) = 26.44%
BLUE value IS 33 (13.28% from 255) = 37.93%
R=35.63%
G=26.44%
B=37.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3123330.060.3000.8728817.8610.98
Hex1F172161E05712012b
Octal37274163601274402213
Binary11111101111000011101111001010111100100000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,23,33); }

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

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

 a { background-color: rgb(31,23,33); }

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

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

 span { border-color: rgb(31,23,33); }

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