#1F1035

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

Shades of Blackcurrant #1F1035

Tints of Blackcurrant #1F1035

Color information

#1F1035 (or 0x1F1035) is unknown color: approx Blackcurrant. HEX triplet: 1F, 10 and 35. RGB value is (31,16,53). Sum of RGB (Red+Green+Blue) = 31+16+53=100 (13% of max value = 765). Red value is 31 (12.5% from 255 or 31% from 100); Green value is 16 (6.64% from 255 or 16% from 100); Blue value is 53 (21.09% from 255 or 53% from 100); Max value from RGB is 53 - color contains mainly: blue. Hex color #1F1035 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1035 is #E0EFCA. Grayscale: #181818. Windows color (decimal): -14741451 or 3477535. OLE color: 3477535.

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

Color convert

RGB311653-
CMYK0.420.7000.79
HSL264.32º53.62%13.53%-
HSV(B)264.32º69.81%20.78%-
XYZ1.390.923.47-
YUV24.7143.97132.49-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 31%
GREEN value IS 16 (6.64% from 255) = 16%
BLUE value IS 53 (21.09% from 255) = 53%
R=31%
G=16%
B=53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3116530.420.7000.79264.3253.6213.53
Hex1F10352A4604F10836e
Octal3720655210601174106616
Binary11111100001101011010101000110010011111000010001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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