#1F1133

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

Shades of Blackcurrant #1F1133

Tints of Blackcurrant #1F1133

Color information

#1F1133 (or 0x1F1133) is unknown color: approx Blackcurrant. HEX triplet: 1F, 11 and 33. RGB value is (31,17,51). Sum of RGB (Red+Green+Blue) = 31+17+51=99 (13% of max value = 765). Red value is 31 (12.5% from 255 or 31.31% from 99); Green value is 17 (7.03% from 255 or 17.17% from 99); Blue value is 51 (20.31% from 255 or 51.52% from 99); Max value from RGB is 51 - color contains mainly: blue. Hex color #1F1133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1133 is #E0EECC. Grayscale: #181818. Windows color (decimal): -14741197 or 3346719. OLE color: 3346719.

HSL color Cylindrical-coordinate representation of color #1F1133: hue angle of 264.71º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F1133 is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB311751-
CMYK0.390.6700.8
HSL264.71º50%13.33%-
HSV(B)264.71º66.67%20%-
XYZ1.360.933.24-
YUV25.06142.64132.24-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 31.31%
GREEN value IS 17 (7.03% from 255) = 17.17%
BLUE value IS 51 (20.31% from 255) = 51.52%
R=31.31%
G=17.17%
B=51.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3117510.390.6700.8264.715013.33
Hex1F1133274305010932d
Octal3721634710301204116215
Binary11111100011100111001111000011010100001000010011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,17,51); }

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

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

 a { background-color: rgb(31,17,51); }

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

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

 span { border-color: rgb(31,17,51); }

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