#1F0036

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

Shades of Blackcurrant #1F0036

Tints of Blackcurrant #1F0036

Color information

#1F0036 (or 0x1F0036) is unknown color: approx Blackcurrant. HEX triplet: 1F, 00 and 36. RGB value is (31,0,54). Sum of RGB (Red+Green+Blue) = 31+0+54=85 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.47% from 85); Green value is 0 (0.39% from 255 or 0% from 85); Blue value is 54 (21.48% from 255 or 63.53% from 85); Max value from RGB is 54 - color contains mainly: blue. Hex color #1F0036 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0036 is #E0FFC9. Grayscale: #0F0F0F. Windows color (decimal): -14745546 or 3538975. OLE color: 3538975.

HSL color Cylindrical-coordinate representation of color #1F0036: hue angle of 274.44º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F0036 is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB31054-
CMYK0.43100.79
HSL274.44º100%10.59%-
HSV(B)274.44º100%21.18%-
XYZ1.230.563.53-
YUV15.42149.77139.11-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 36.47%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 54 (21.48% from 255) = 63.53%
R=36.47%
G=0%
B=63.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal310540.43100.79274.4410010.59
Hex1F0362B6404F11264b
Octal3706653144011742214413
Binary11111011011010101111001000100111110001001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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