#1F052C

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

Shades of Blackcurrant #1F052C

Tints of Blackcurrant #1F052C

Color information

#1F052C (or 0x1F052C) is unknown color: approx Blackcurrant. HEX triplet: 1F, 05 and 2C. RGB value is (31,5,44). Sum of RGB (Red+Green+Blue) = 31+5+44=80 (10% of max value = 765). Red value is 31 (12.5% from 255 or 38.75% from 80); Green value is 5 (2.34% from 255 or 6.25% from 80); Blue value is 44 (17.58% from 255 or 55% from 80); Max value from RGB is 44 - color contains mainly: blue. Hex color #1F052C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F052C is #E0FAD3. Grayscale: #111111. Windows color (decimal): -14744276 or 2884895. OLE color: 2884895.

HSL color Cylindrical-coordinate representation of color #1F052C: hue angle of 280º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1F052C is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB31544-
CMYK0.300.8900.83
HSL280º79.59%9.61%-
HSV(B)280º88.64%17.25%-
XYZ1.070.582.44-
YUV17.22143.11137.83-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 38.75%
GREEN value IS 5 (2.34% from 255) = 6.25%
BLUE value IS 44 (17.58% from 255) = 55%
R=38.75%
G=6.25%
B=55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal315440.300.8900.8328079.599.61
Hex1F52C1E5905311850a
Octal3755436131012343012012
Binary111111011011001111010110010101001110001100010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F052C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,5,44); }

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

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

 a { background-color: rgb(31,5,44); }

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

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

 span { border-color: rgb(31,5,44); }

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