#1F0136

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

Shades of Blackcurrant #1F0136

Tints of Blackcurrant #1F0136

Color information

#1F0136 (or 0x1F0136) is unknown color: approx Blackcurrant. HEX triplet: 1F, 01 and 36. RGB value is (31,1,54). Sum of RGB (Red+Green+Blue) = 31+1+54=86 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.05% from 86); Green value is 1 (0.78% from 255 or 1.16% from 86); Blue value is 54 (21.48% from 255 or 62.79% from 86); Max value from RGB is 54 - color contains mainly: blue. Hex color #1F0136 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0136 is #E0FEC9. Grayscale: #0F0F0F. Windows color (decimal): -14745290 or 3539231. OLE color: 3539231.

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

Color convert

RGB31154-
CMYK0.430.9800.79
HSL273.96º96.36%10.78%-
HSV(B)273.96º98.15%21.18%-
XYZ1.240.583.54-
YUV16.01149.44138.69-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 36.05%
GREEN value IS 1 (0.78% from 255) = 1.16%
BLUE value IS 54 (21.48% from 255) = 62.79%
R=36.05%
G=1.16%
B=62.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal311540.430.9800.79273.9696.3610.78
Hex1F1362B6204F11260b
Octal3716653142011742214013
Binary11111111011010101111000100100111110001001011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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