#1F033A

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

Shades of Blackcurrant #1F033A

Tints of Blackcurrant #1F033A

Color information

#1F033A (or 0x1F033A) is unknown color: approx Blackcurrant. HEX triplet: 1F, 03 and 3A. RGB value is (31,3,58). Sum of RGB (Red+Green+Blue) = 31+3+58=92 (12% of max value = 765). Red value is 31 (12.5% from 255 or 33.70% from 92); Green value is 3 (1.56% from 255 or 3.26% from 92); Blue value is 58 (23.05% from 255 or 63.04% from 92); Max value from RGB is 58 - color contains mainly: blue. Hex color #1F033A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F033A is #E0FCC5. Grayscale: #111111. Windows color (decimal): -14744774 or 3801887. OLE color: 3801887.

HSL color Cylindrical-coordinate representation of color #1F033A: hue angle of 270.55º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1F033A is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB31358-
CMYK0.470.9500.77
HSL270.55º90.16%11.96%-
HSV(B)270.55º94.83%22.75%-
XYZ1.360.664.06-
YUV17.64150.78137.53-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 33.70%
GREEN value IS 3 (1.56% from 255) = 3.26%
BLUE value IS 58 (23.05% from 255) = 63.04%
R=33.70%
G=3.26%
B=63.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal313580.470.9500.77270.5590.1611.96
Hex1F33A2F5F04D10f5ac
Octal3737257137011541713214
Binary111111111101010111110111110100110110000111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F033A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,3,58); }

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

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

 a { background-color: rgb(31,3,58); }

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

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

 span { border-color: rgb(31,3,58); }

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