#1F0923

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

Shades of Blackcurrant #1F0923

Tints of Blackcurrant #1F0923

Color information

#1F0923 (or 0x1F0923) is unknown color: approx Blackcurrant. HEX triplet: 1F, 09 and 23. RGB value is (31,9,35). Sum of RGB (Red+Green+Blue) = 31+9+35=75 (9% of max value = 765). Red value is 31 (12.5% from 255 or 41.33% from 75); Green value is 9 (3.91% from 255 or 12% from 75); Blue value is 35 (14.06% from 255 or 46.67% from 75); Max value from RGB is 35 - color contains mainly: blue. Hex color #1F0923 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0923 is #E0F6DC. Grayscale: #121212. Windows color (decimal): -14743261 or 2296095. OLE color: 2296095.

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

Color convert

RGB31935-
CMYK0.110.7400.86
HSL290.77º59.09%8.63%-
HSV(B)290.77º74.29%13.73%-
XYZ0.970.611.66-
YUV18.54137.29136.89-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 41.33%
GREEN value IS 9 (3.91% from 255) = 12%
BLUE value IS 35 (14.06% from 255) = 46.67%
R=41.33%
G=12%
B=46.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal319350.110.7400.86290.7759.098.63
Hex1F923B4A0561233b9
Octal3711431311201264437311
Binary11111100110001110111001010010101101001000111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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