#1F1030

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

Shades of Blackcurrant #1F1030

Tints of Blackcurrant #1F1030

Color information

#1F1030 (or 0x1F1030) is unknown color: approx Blackcurrant. HEX triplet: 1F, 10 and 30. RGB value is (31,16,48). Sum of RGB (Red+Green+Blue) = 31+16+48=95 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.63% from 95); Green value is 16 (6.64% from 255 or 16.84% from 95); Blue value is 48 (19.14% from 255 or 50.53% from 95); Max value from RGB is 48 - color contains mainly: blue. Hex color #1F1030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1030 is #E0EFCF. Grayscale: #181818. Windows color (decimal): -14741456 or 3149855. OLE color: 3149855.

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

Color convert

RGB311648-
CMYK0.350.6700.81
HSL268.12º50%12.55%-
HSV(B)268.12º66.67%18.82%-
XYZ1.280.882.9-
YUV24.13141.47132.9-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 32.63%
GREEN value IS 16 (6.64% from 255) = 16.84%
BLUE value IS 48 (19.14% from 255) = 50.53%
R=32.63%
G=16.84%
B=50.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3116480.350.6700.81268.125012.55
Hex1F1030234305110c32d
Octal3720604310301214146215
Binary11111100001100001000111000011010100011000011001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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