#1A001F

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

Shades of Blackcurrant #1A001F

Tints of Blackcurrant #1A001F

Color information

#1A001F (or 0x1A001F) is unknown color: approx Blackcurrant. HEX triplet: 1A, 00 and 1F. RGB value is (26,0,31). Sum of RGB (Red+Green+Blue) = 26+0+31=57 (7% of max value = 765). Red value is 26 (10.55% from 255 or 45.61% from 57); Green value is 0 (0.39% from 255 or 0% from 57); Blue value is 31 (12.5% from 255 or 54.39% from 57); Max value from RGB is 31 - color contains mainly: blue. Hex color #1A001F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A001F is #E5FFE0. Grayscale: #0B0B0B. Windows color (decimal): -15073249 or 2031642. OLE color: 2031642.

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

Color convert

RGB26031-
CMYK0.16100.88
HSL290.32º100%6.08%-
HSV(B)290.32º100%12.16%-
XYZ0.670.321.32-
YUV11.31139.11138.48-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 45.61%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 31 (12.5% from 255) = 54.39%
R=45.61%
G=0%
B=54.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal260310.16100.88290.321006.08
Hex1A01F1064058122646
Octal320372014401304421446
Binary11010011111100001100100010110001001000101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A001F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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