#1F0148

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

Shades of Blackcurrant #1F0148

Tints of Blackcurrant #1F0148

Color information

#1F0148 (or 0x1F0148) is unknown color: approx Blackcurrant. HEX triplet: 1F, 01 and 48. RGB value is (31,1,72). Sum of RGB (Red+Green+Blue) = 31+1+72=104 (13% of max value = 765). Red value is 31 (12.5% from 255 or 29.81% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 72 (28.52% from 255 or 69.23% from 104); Max value from RGB is 72 - color contains mainly: blue. Hex color #1F0148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0148 is #E0FEB7. Grayscale: #111111. Windows color (decimal): -14745272 or 4718879. OLE color: 4718879.

HSL color Cylindrical-coordinate representation of color #1F0148: hue angle of 265.35º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F0148 is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB31172-
CMYK0.570.9900.72
HSL265.35º97.26%14.31%-
HSV(B)265.35º98.61%28.24%-
XYZ1.750.786.19-
YUV18.06158.44137.23-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 29.81%
GREEN value IS 1 (0.78% from 255) = 0.96%
BLUE value IS 72 (28.52% from 255) = 69.23%
R=29.81%
G=0.96%
B=69.23%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal311720.570.9900.72265.3597.2614.31
Hex1F148396304810961e
Octal37111071143011041114116
Binary111111100100011100111000110100100010000100111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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