#1F1135

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

Shades of Blackcurrant #1F1135

Tints of Blackcurrant #1F1135

Color information

#1F1135 (or 0x1F1135) is unknown color: approx Blackcurrant. HEX triplet: 1F, 11 and 35. RGB value is (31,17,53). Sum of RGB (Red+Green+Blue) = 31+17+53=101 (13% of max value = 765). Red value is 31 (12.5% from 255 or 30.69% from 101); Green value is 17 (7.03% from 255 or 16.83% from 101); Blue value is 53 (21.09% from 255 or 52.48% from 101); Max value from RGB is 53 - color contains mainly: blue. Hex color #1F1135 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1135 is #E0EECA. Grayscale: #191919. Windows color (decimal): -14741195 or 3477791. OLE color: 3477791.

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

Color convert

RGB311753-
CMYK0.420.6800.79
HSL263.33º51.43%13.73%-
HSV(B)263.33º67.92%20.78%-
XYZ1.410.953.48-
YUV25.29143.64132.07-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 30.69%
GREEN value IS 17 (7.03% from 255) = 16.83%
BLUE value IS 53 (21.09% from 255) = 52.48%
R=30.69%
G=16.83%
B=52.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3117530.420.6800.79263.3351.4313.73
Hex1F11352A4404F10733e
Octal3721655210401174076316
Binary11111100011101011010101000100010011111000001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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