#1F013E

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

Shades of Blackcurrant #1F013E

Tints of Blackcurrant #1F013E

Color information

#1F013E (or 0x1F013E) is unknown color: approx Blackcurrant. HEX triplet: 1F, 01 and 3E. RGB value is (31,1,62). Sum of RGB (Red+Green+Blue) = 31+1+62=94 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.98% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 62 (24.61% from 255 or 65.96% from 94); Max value from RGB is 62 - color contains mainly: blue. Hex color #1F013E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F013E is #E0FEC1. Grayscale: #101010. Windows color (decimal): -14745282 or 4063519. OLE color: 4063519.

HSL color Cylindrical-coordinate representation of color #1F013E: hue angle of 269.51º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F013E is Cyan = 0.5, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB31162-
CMYK0.50.9800.76
HSL269.51º96.83%12.35%-
HSV(B)269.51º98.39%24.31%-
XYZ1.450.664.61-
YUV16.92153.44138.04-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 32.98%
GREEN value IS 1 (0.78% from 255) = 1.06%
BLUE value IS 62 (24.61% from 255) = 65.96%
R=32.98%
G=1.06%
B=65.96%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal311620.50.9800.76269.5196.8312.35
Hex1F13E326204C10e61c
Octal3717662142011441614114
Binary11111111111011001011000100100110010000111011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F013E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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