#1F0427

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

Shades of Blackcurrant #1F0427

Tints of Blackcurrant #1F0427

Color information

#1F0427 (or 0x1F0427) is unknown color: approx Blackcurrant. HEX triplet: 1F, 04 and 27. RGB value is (31,4,39). Sum of RGB (Red+Green+Blue) = 31+4+39=74 (9% of max value = 765). Red value is 31 (12.5% from 255 or 41.89% from 74); Green value is 4 (1.95% from 255 or 5.41% from 74); Blue value is 39 (15.62% from 255 or 52.70% from 74); Max value from RGB is 39 - color contains mainly: blue. Hex color #1F0427 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0427 is #E0FBD8. Grayscale: #0F0F0F. Windows color (decimal): -14744537 or 2556959. OLE color: 2556959.

HSL color Cylindrical-coordinate representation of color #1F0427: hue angle of 286.29º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F0427 is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB31439-
CMYK0.210.9000.85
HSL286.29º81.4%8.43%-
HSV(B)286.29º89.74%15.29%-
XYZ0.970.521.97-
YUV16.06140.95138.65-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 41.89%
GREEN value IS 4 (1.95% from 255) = 5.41%
BLUE value IS 39 (15.62% from 255) = 52.70%
R=41.89%
G=5.41%
B=52.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal314390.210.9000.85286.2981.48.43
Hex1F427155A05511e518
Octal3744725132012543612110
Binary111111001001111010110110100101010110001111010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,4,39); }

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

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

 a { background-color: rgb(31,4,39); }

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

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

 span { border-color: rgb(31,4,39); }

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