#1A131E

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

Shades of Blackcurrant #1A131E

Tints of Blackcurrant #1A131E

Color information

#1A131E (or 0x1A131E) is unknown color: approx Blackcurrant. HEX triplet: 1A, 13 and 1E. RGB value is (26,19,30). Sum of RGB (Red+Green+Blue) = 26+19+30=75 (9% of max value = 765). Red value is 26 (10.55% from 255 or 34.67% from 75); Green value is 19 (7.81% from 255 or 25.33% from 75); Blue value is 30 (12.11% from 255 or 40% from 75); Max value from RGB is 30 - color contains mainly: blue. Hex color #1A131E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A131E is #E5ECE1. Grayscale: #161616. Windows color (decimal): -15068386 or 1970970. OLE color: 1970970.

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

Color convert

RGB261930-
CMYK0.130.3700.88
HSL278.18º22.45%9.61%-
HSV(B)278.18º36.67%11.76%-
XYZ0.890.781.33-
YUV22.35132.32130.61-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 34.67%
GREEN value IS 19 (7.81% from 255) = 25.33%
BLUE value IS 30 (12.11% from 255) = 40%
R=34.67%
G=25.33%
B=40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2619300.130.3700.88278.1822.459.61
Hex1A131ED2505811616a
Octal322336154501304262612
Binary110101001111110110110010101011000100010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A131E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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