#1F1223

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

Shades of Blackcurrant #1F1223

Tints of Blackcurrant #1F1223

Color information

#1F1223 (or 0x1F1223) is unknown color: approx Blackcurrant. HEX triplet: 1F, 12 and 23. RGB value is (31,18,35). Sum of RGB (Red+Green+Blue) = 31+18+35=84 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.90% from 84); Green value is 18 (7.42% from 255 or 21.43% from 84); Blue value is 35 (14.06% from 255 or 41.67% from 84); Max value from RGB is 35 - color contains mainly: blue. Hex color #1F1223 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1223 is #E0EDDC. Grayscale: #171717. Windows color (decimal): -14740957 or 2298399. OLE color: 2298399.

HSL color Cylindrical-coordinate representation of color #1F1223: hue angle of 285.88º degrees, saturation: 0.32, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1F1223 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB311835-
CMYK0.110.4900.86
HSL285.88º32.08%10.39%-
HSV(B)285.88º48.57%13.73%-
XYZ1.080.851.7-
YUV23.83134.31133.12-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 36.90%
GREEN value IS 18 (7.42% from 255) = 21.43%
BLUE value IS 35 (14.06% from 255) = 41.67%
R=36.90%
G=21.43%
B=41.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3118350.110.4900.86285.8832.0810.39
Hex1F1223B3105611e20a
Octal372243136101264364012
Binary11111100101000111011110001010101101000111101000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,18,35); }

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

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

 a { background-color: rgb(31,18,35); }

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

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

 span { border-color: rgb(31,18,35); }

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