#1F043C

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

Shades of Blackcurrant #1F043C

Tints of Blackcurrant #1F043C

Color information

#1F043C (or 0x1F043C) is unknown color: approx Blackcurrant. HEX triplet: 1F, 04 and 3C. RGB value is (31,4,60). Sum of RGB (Red+Green+Blue) = 31+4+60=95 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.63% from 95); Green value is 4 (1.95% from 255 or 4.21% from 95); Blue value is 60 (23.83% from 255 or 63.16% from 95); Max value from RGB is 60 - color contains mainly: blue. Hex color #1F043C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F043C is #E0FBC3. Grayscale: #121212. Windows color (decimal): -14744516 or 3933215. OLE color: 3933215.

HSL color Cylindrical-coordinate representation of color #1F043C: hue angle of 268.93º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1F043C is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB31460-
CMYK0.480.9300.76
HSL268.93º87.5%12.55%-
HSV(B)268.93º93.33%23.53%-
XYZ1.420.74.34-
YUV18.46151.45136.95-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 32.63%
GREEN value IS 4 (1.95% from 255) = 4.21%
BLUE value IS 60 (23.83% from 255) = 63.16%
R=32.63%
G=4.21%
B=63.16%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal314600.480.9300.76268.9387.512.55
Hex1F43C305D04C10d58d
Octal3747460135011441513015
Binary1111110011110011000010111010100110010000110110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F043C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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