#1A131F

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

Shades of Blackcurrant #1A131F

Tints of Blackcurrant #1A131F

Color information

#1A131F (or 0x1A131F) is unknown color: approx Blackcurrant. HEX triplet: 1A, 13 and 1F. RGB value is (26,19,31). Sum of RGB (Red+Green+Blue) = 26+19+31=76 (10% of max value = 765). Red value is 26 (10.55% from 255 or 34.21% from 76); Green value is 19 (7.81% from 255 or 25% from 76); Blue value is 31 (12.5% from 255 or 40.79% from 76); Max value from RGB is 31 - color contains mainly: blue. Hex color #1A131F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A131F is #E5ECE0. Grayscale: #161616. Windows color (decimal): -15068385 or 2036506. OLE color: 2036506.

HSL color Cylindrical-coordinate representation of color #1A131F: hue angle of 275º degrees, saturation: 0.24, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1A131F is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB261931-
CMYK0.160.3900.88
HSL275º24%9.8%-
HSV(B)275º38.71%12.16%-
XYZ0.910.781.4-
YUV22.46132.82130.52-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 34.21%
GREEN value IS 19 (7.81% from 255) = 25%
BLUE value IS 31 (12.5% from 255) = 40.79%
R=34.21%
G=25%
B=40.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2619310.160.3900.88275249.8
Hex1A131F102705811318a
Octal322337204701304233012
Binary1101010011111111000010011101011000100010011110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A131F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,19,31); }

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

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

 a { background-color: rgb(26,19,31); }

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

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

 span { border-color: rgb(26,19,31); }

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