#1F0339

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

Shades of Blackcurrant #1F0339

Tints of Blackcurrant #1F0339

Color information

#1F0339 (or 0x1F0339) is unknown color: approx Blackcurrant. HEX triplet: 1F, 03 and 39. RGB value is (31,3,57). Sum of RGB (Red+Green+Blue) = 31+3+57=91 (12% of max value = 765). Red value is 31 (12.5% from 255 or 34.07% from 91); Green value is 3 (1.56% from 255 or 3.30% from 91); Blue value is 57 (22.66% from 255 or 62.64% from 91); Max value from RGB is 57 - color contains mainly: blue. Hex color #1F0339 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0339 is #E0FCC6. Grayscale: #111111. Windows color (decimal): -14744775 or 3736351. OLE color: 3736351.

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

Color convert

RGB31357-
CMYK0.460.9500.78
HSL271.11º90%11.76%-
HSV(B)271.11º94.74%22.35%-
XYZ1.340.653.93-
YUV17.53150.28137.61-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 34.07%
GREEN value IS 3 (1.56% from 255) = 3.30%
BLUE value IS 57 (22.66% from 255) = 62.64%
R=34.07%
G=3.30%
B=62.64%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal313570.460.9500.78271.119011.76
Hex1F3392E5F04E10f5ac
Octal3737156137011641713214
Binary111111111100110111010111110100111010000111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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