#1F112F

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

Shades of Blackcurrant #1F112F

Tints of Blackcurrant #1F112F

Color information

#1F112F (or 0x1F112F) is unknown color: approx Blackcurrant. HEX triplet: 1F, 11 and 2F. RGB value is (31,17,47). Sum of RGB (Red+Green+Blue) = 31+17+47=95 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.63% from 95); Green value is 17 (7.03% from 255 or 17.89% from 95); Blue value is 47 (18.75% from 255 or 49.47% from 95); Max value from RGB is 47 - color contains mainly: blue. Hex color #1F112F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F112F is #E0EED0. Grayscale: #181818. Windows color (decimal): -14741201 or 3084575. OLE color: 3084575.

HSL color Cylindrical-coordinate representation of color #1F112F: hue angle of 268º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1F112F is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB311747-
CMYK0.340.6400.82
HSL268º46.87%12.55%-
HSV(B)268º63.83%18.43%-
XYZ1.280.92.8-
YUV24.61140.64132.56-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 32.63%
GREEN value IS 17 (7.03% from 255) = 17.89%
BLUE value IS 47 (18.75% from 255) = 49.47%
R=32.63%
G=17.89%
B=49.47%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3117470.340.6400.8226846.8712.55
Hex1F112F224005210c2fd
Octal3721574210001224145715
Binary11111100011011111000101000000010100101000011001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F112F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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