#1F1430

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

Shades of Blackcurrant #1F1430

Tints of Blackcurrant #1F1430

Color information

#1F1430 (or 0x1F1430) is unknown color: approx Blackcurrant. HEX triplet: 1F, 14 and 30. RGB value is (31,20,48). Sum of RGB (Red+Green+Blue) = 31+20+48=99 (13% of max value = 765). Red value is 31 (12.5% from 255 or 31.31% from 99); Green value is 20 (8.20% from 255 or 20.20% from 99); Blue value is 48 (19.14% from 255 or 48.48% from 99); Max value from RGB is 48 - color contains mainly: blue. Hex color #1F1430 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1430 is #E0EBCF. Grayscale: #1A1A1A. Windows color (decimal): -14740432 or 3150879. OLE color: 3150879.

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

Color convert

RGB312048-
CMYK0.350.5800.81
HSL263.57º41.18%13.33%-
HSV(B)263.57º58.33%18.82%-
XYZ1.351.012.92-
YUV26.48140.14131.22-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 31.31%
GREEN value IS 20 (8.20% from 255) = 20.20%
BLUE value IS 48 (19.14% from 255) = 48.48%
R=31.31%
G=20.20%
B=48.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3120480.350.5800.81263.5741.1813.33
Hex1F1430233A05110829d
Octal372460437201214105115
Binary1111110100110000100011111010010100011000010001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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