#1F1023

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

Shades of Blackcurrant #1F1023

Tints of Blackcurrant #1F1023

Color information

#1F1023 (or 0x1F1023) is unknown color: approx Blackcurrant. HEX triplet: 1F, 10 and 23. RGB value is (31,16,35). Sum of RGB (Red+Green+Blue) = 31+16+35=82 (10% of max value = 765). Red value is 31 (12.5% from 255 or 37.80% from 82); Green value is 16 (6.64% from 255 or 19.51% from 82); Blue value is 35 (14.06% from 255 or 42.68% from 82); Max value from RGB is 35 - color contains mainly: blue. Hex color #1F1023 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1023 is #E0EFDC. Grayscale: #161616. Windows color (decimal): -14741469 or 2297887. OLE color: 2297887.

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

Color convert

RGB311635-
CMYK0.110.5400.86
HSL287.37º37.25%10%-
HSV(B)287.37º54.29%13.73%-
XYZ1.050.781.69-
YUV22.65134.97133.96-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 37.80%
GREEN value IS 16 (6.64% from 255) = 19.51%
BLUE value IS 35 (14.06% from 255) = 42.68%
R=37.80%
G=19.51%
B=42.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3116350.110.5400.86287.3737.2510
Hex1F1023B3605611f25a
Octal372043136601264374512
Binary11111100001000111011110110010101101000111111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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