#1F1026

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

Shades of Blackcurrant #1F1026

Tints of Blackcurrant #1F1026

Color information

#1F1026 (or 0x1F1026) is unknown color: approx Blackcurrant. HEX triplet: 1F, 10 and 26. RGB value is (31,16,38). Sum of RGB (Red+Green+Blue) = 31+16+38=85 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.47% from 85); Green value is 16 (6.64% from 255 or 18.82% from 85); Blue value is 38 (15.23% from 255 or 44.71% from 85); Max value from RGB is 38 - color contains mainly: blue. Hex color #1F1026 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1026 is #E0EFD9. Grayscale: #161616. Windows color (decimal): -14741466 or 2494495. OLE color: 2494495.

HSL color Cylindrical-coordinate representation of color #1F1026: hue angle of 280.91º degrees, saturation: 0.41, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1F1026 is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB311638-
CMYK0.180.5800.85
HSL280.91º40.74%10.59%-
HSV(B)280.91º57.89%14.9%-
XYZ1.10.81.93-
YUV22.99136.47133.71-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 36.47%
GREEN value IS 16 (6.64% from 255) = 18.82%
BLUE value IS 38 (15.23% from 255) = 44.71%
R=36.47%
G=18.82%
B=44.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3116380.180.5800.85280.9140.7410.59
Hex1F1026123A05511929b
Octal372046227201254315113
Binary111111000010011010010111010010101011000110011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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