#1F003C

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

Shades of Blackcurrant #1F003C

Tints of Blackcurrant #1F003C

Color information

#1F003C (or 0x1F003C) is unknown color: approx Blackcurrant. HEX triplet: 1F, 00 and 3C. RGB value is (31,0,60). Sum of RGB (Red+Green+Blue) = 31+0+60=91 (12% of max value = 765). Red value is 31 (12.5% from 255 or 34.07% from 91); Green value is 0 (0.39% from 255 or 0% from 91); Blue value is 60 (23.83% from 255 or 65.93% from 91); Max value from RGB is 60 - color contains mainly: blue. Hex color #1F003C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F003C is #E0FFC3. Grayscale: #0F0F0F. Windows color (decimal): -14745540 or 3932191. OLE color: 3932191.

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

Color convert

RGB31060-
CMYK0.48100.76
HSL271º100%11.76%-
HSV(B)271º100%23.53%-
XYZ1.380.624.32-
YUV16.11152.77138.62-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 34.07%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 60 (23.83% from 255) = 65.93%
R=34.07%
G=0%
B=65.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal310600.48100.7627110011.76
Hex1F03C306404C10f64c
Octal3707460144011441714414
Binary11111011110011000011001000100110010000111111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F003C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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