#1F012E

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

Shades of Blackcurrant #1F012E

Tints of Blackcurrant #1F012E

Color information

#1F012E (or 0x1F012E) is unknown color: approx Blackcurrant. HEX triplet: 1F, 01 and 2E. RGB value is (31,1,46). Sum of RGB (Red+Green+Blue) = 31+1+46=78 (10% of max value = 765). Red value is 31 (12.5% from 255 or 39.74% from 78); Green value is 1 (0.78% from 255 or 1.28% from 78); Blue value is 46 (18.36% from 255 or 58.97% from 78); Max value from RGB is 46 - color contains mainly: blue. Hex color #1F012E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F012E is #E0FED1. Grayscale: #0E0E0E. Windows color (decimal): -14745298 or 3014943. OLE color: 3014943.

HSL color Cylindrical-coordinate representation of color #1F012E: hue angle of 280º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F012E is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB31146-
CMYK0.330.9800.82
HSL280º95.74%9.22%-
HSV(B)280º97.83%18.04%-
XYZ1.070.512.63-
YUV15.1145.44139.34-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 39.74%
GREEN value IS 1 (0.78% from 255) = 1.28%
BLUE value IS 46 (18.36% from 255) = 58.97%
R=39.74%
G=1.28%
B=58.97%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal311460.330.9800.8228095.749.22
Hex1F12E2162052118609
Octal3715641142012243014011
Binary11111110111010000111000100101001010001100011000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F012E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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