#1F0941

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

Shades of Blackcurrant #1F0941

Tints of Blackcurrant #1F0941

Color information

#1F0941 (or 0x1F0941) is unknown color: approx Blackcurrant. HEX triplet: 1F, 09 and 41. RGB value is (31,9,65). Sum of RGB (Red+Green+Blue) = 31+9+65=105 (13% of max value = 765). Red value is 31 (12.5% from 255 or 29.52% from 105); Green value is 9 (3.91% from 255 or 8.57% from 105); Blue value is 65 (25.78% from 255 or 61.90% from 105); Max value from RGB is 65 - color contains mainly: blue. Hex color #1F0941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0941 is #E0F6BE. Grayscale: #151515. Windows color (decimal): -14743231 or 4262175. OLE color: 4262175.

HSL color Cylindrical-coordinate representation of color #1F0941: hue angle of 263.57º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F0941 is Cyan = 0.52, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB31965-
CMYK0.520.8600.75
HSL263.57º75.68%14.51%-
HSV(B)263.57º86.15%25.49%-
XYZ1.620.875.08-
YUV21.96152.29134.45-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 29.52%
GREEN value IS 9 (3.91% from 255) = 8.57%
BLUE value IS 65 (25.78% from 255) = 61.90%
R=29.52%
G=8.57%
B=61.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal319650.520.8600.75263.5775.6814.51
Hex1F941345604B1084cf
Octal371110164126011341011417
Binary111111001100000111010010101100100101110000100010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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