#1F0341

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

Shades of Blackcurrant #1F0341

Tints of Blackcurrant #1F0341

Color information

#1F0341 (or 0x1F0341) is unknown color: approx Blackcurrant. HEX triplet: 1F, 03 and 41. RGB value is (31,3,65). Sum of RGB (Red+Green+Blue) = 31+3+65=99 (13% of max value = 765). Red value is 31 (12.5% from 255 or 31.31% from 99); Green value is 3 (1.56% from 255 or 3.03% from 99); Blue value is 65 (25.78% from 255 or 65.66% from 99); Max value from RGB is 65 - color contains mainly: blue. Hex color #1F0341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0341 is #E0FCBE. Grayscale: #121212. Windows color (decimal): -14744767 or 4260639. OLE color: 4260639.

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

Color convert

RGB31365-
CMYK0.520.9500.75
HSL267.1º91.18%13.33%-
HSV(B)267.1º95.38%25.49%-
XYZ1.550.745.06-
YUV18.44154.28136.96-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 31.31%
GREEN value IS 3 (1.56% from 255) = 3.03%
BLUE value IS 65 (25.78% from 255) = 65.66%
R=31.31%
G=3.03%
B=65.66%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal313650.520.9500.75267.191.1813.33
Hex1F341345F04B10b5bd
Octal37310164137011341313315
Binary1111111100000111010010111110100101110000101110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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