#1A121F

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

Shades of Blackcurrant #1A121F

Tints of Blackcurrant #1A121F

Color information

#1A121F (or 0x1A121F) is unknown color: approx Blackcurrant. HEX triplet: 1A, 12 and 1F. RGB value is (26,18,31). Sum of RGB (Red+Green+Blue) = 26+18+31=75 (9% of max value = 765). Red value is 26 (10.55% from 255 or 34.67% from 75); Green value is 18 (7.42% from 255 or 24% from 75); Blue value is 31 (12.5% from 255 or 41.33% from 75); Max value from RGB is 31 - color contains mainly: blue. Hex color #1A121F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A121F is #E5EDE0. Grayscale: #151515. Windows color (decimal): -15068641 or 2036250. OLE color: 2036250.

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

Color convert

RGB261831-
CMYK0.160.4200.88
HSL276.92º26.53%9.61%-
HSV(B)276.92º41.94%12.16%-
XYZ0.890.751.39-
YUV21.87133.15130.94-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 34.67%
GREEN value IS 18 (7.42% from 255) = 24%
BLUE value IS 31 (12.5% from 255) = 41.33%
R=34.67%
G=24%
B=41.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2618310.160.4200.88276.9226.539.61
Hex1A121F102A0581151ba
Octal322237205201304253312
Binary1101010010111111000010101001011000100010101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A121F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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