#1A0F1C

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

Shades of Blackcurrant #1A0F1C

Tints of Blackcurrant #1A0F1C

Color information

#1A0F1C (or 0x1A0F1C) is unknown color: approx Blackcurrant. HEX triplet: 1A, 0F and 1C. RGB value is (26,15,28). Sum of RGB (Red+Green+Blue) = 26+15+28=69 (9% of max value = 765). Red value is 26 (10.55% from 255 or 37.68% from 69); Green value is 15 (6.25% from 255 or 21.74% from 69); Blue value is 28 (11.33% from 255 or 40.58% from 69); Max value from RGB is 28 - color contains mainly: blue. Hex color #1A0F1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0F1C is #E5F0E3. Grayscale: #131313. Windows color (decimal): -15069412 or 1838874. OLE color: 1838874.

HSL color Cylindrical-coordinate representation of color #1A0F1C: hue angle of 290.77º degrees, saturation: 0.3, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1A0F1C is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB261528-
CMYK0.070.4600.89
HSL290.77º30.23%8.43%-
HSV(B)290.77º46.43%10.98%-
XYZ0.810.651.18-
YUV19.77132.64132.44-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 37.68%
GREEN value IS 15 (6.25% from 255) = 21.74%
BLUE value IS 28 (11.33% from 255) = 40.58%
R=37.68%
G=21.74%
B=40.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2615280.070.4600.89290.7730.238.43
Hex1AF1C72E0591231e8
Octal32173475601314433610
Binary1101011111110011110111001011001100100011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,15,28); }

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

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

 a { background-color: rgb(26,15,28); }

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

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

 span { border-color: rgb(26,15,28); }

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