#1F1032

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

Shades of Blackcurrant #1F1032

Tints of Blackcurrant #1F1032

Color information

#1F1032 (or 0x1F1032) is unknown color: approx Blackcurrant. HEX triplet: 1F, 10 and 32. RGB value is (31,16,50). Sum of RGB (Red+Green+Blue) = 31+16+50=97 (12% of max value = 765). Red value is 31 (12.5% from 255 or 31.96% from 97); Green value is 16 (6.64% from 255 or 16.49% from 97); Blue value is 50 (19.92% from 255 or 51.55% from 97); Max value from RGB is 50 - color contains mainly: blue. Hex color #1F1032 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1032 is #E0EFCD. Grayscale: #181818. Windows color (decimal): -14741454 or 3280927. OLE color: 3280927.

HSL color Cylindrical-coordinate representation of color #1F1032: hue angle of 266.47º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F1032 is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB311650-
CMYK0.380.6800.80
HSL266.47º51.52%12.94%-
HSV(B)266.47º68%19.61%-
XYZ1.330.893.12-
YUV24.36142.47132.74-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 31.96%
GREEN value IS 16 (6.64% from 255) = 16.49%
BLUE value IS 50 (19.92% from 255) = 51.55%
R=31.96%
G=16.49%
B=51.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3116500.380.6800.80266.4751.5212.94
Hex1F1032264405010a34d
Octal3720624610401204126415
Binary11111100001100101001101000100010100001000010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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