#1F0149

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

Shades of Blackcurrant #1F0149

Tints of Blackcurrant #1F0149

Color information

#1F0149 (or 0x1F0149) is unknown color: approx Blackcurrant. HEX triplet: 1F, 01 and 49. RGB value is (31,1,73). Sum of RGB (Red+Green+Blue) = 31+1+73=105 (13% of max value = 765). Red value is 31 (12.5% from 255 or 29.52% from 105); Green value is 1 (0.78% from 255 or 0.95% from 105); Blue value is 73 (28.91% from 255 or 69.52% from 105); Max value from RGB is 73 - color contains mainly: blue. Hex color #1F0149 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0149 is #E0FEB6. Grayscale: #111111. Windows color (decimal): -14745271 or 4784415. OLE color: 4784415.

HSL color Cylindrical-coordinate representation of color #1F0149: hue angle of 265º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F0149 is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB31173-
CMYK0.580.9900.71
HSL265º97.3%14.51%-
HSV(B)265º98.63%28.63%-
XYZ1.780.796.36-
YUV18.18158.94137.15-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 29.52%
GREEN value IS 1 (0.78% from 255) = 0.95%
BLUE value IS 73 (28.91% from 255) = 69.52%
R=29.52%
G=0.95%
B=69.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal311730.580.9900.7126597.314.51
Hex1F1493A6304710961f
Octal37111172143010741114117
Binary111111100100111101011000110100011110000100111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,1,73); }

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

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

 a { background-color: rgb(31,1,73); }

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

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

 span { border-color: rgb(31,1,73); }

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