#1F0430

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

Shades of Blackcurrant #1F0430

Tints of Blackcurrant #1F0430

Color information

#1F0430 (or 0x1F0430) is unknown color: approx Blackcurrant. HEX triplet: 1F, 04 and 30. RGB value is (31,4,48). Sum of RGB (Red+Green+Blue) = 31+4+48=83 (10% of max value = 765). Red value is 31 (12.5% from 255 or 37.35% from 83); Green value is 4 (1.95% from 255 or 4.82% from 83); Blue value is 48 (19.14% from 255 or 57.83% from 83); Max value from RGB is 48 - color contains mainly: blue. Hex color #1F0430 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0430 is #E0FBCF. Grayscale: #101010. Windows color (decimal): -14744528 or 3146783. OLE color: 3146783.

HSL color Cylindrical-coordinate representation of color #1F0430: hue angle of 276.82º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1F0430 is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB31448-
CMYK0.350.9200.81
HSL276.82º84.62%10.2%-
HSV(B)276.82º91.67%18.82%-
XYZ1.140.592.85-
YUV17.09145.45137.92-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 37.35%
GREEN value IS 4 (1.95% from 255) = 4.82%
BLUE value IS 48 (19.14% from 255) = 57.83%
R=37.35%
G=4.82%
B=57.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal314480.350.9200.81276.8284.6210.2
Hex1F430235C05111555a
Octal3746043134012142512512
Binary1111110011000010001110111000101000110001010110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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