#1A012D

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

Shades of Blackcurrant #1A012D

Tints of Blackcurrant #1A012D

Color information

#1A012D (or 0x1A012D) is unknown color: approx Blackcurrant. HEX triplet: 1A, 01 and 2D. RGB value is (26,1,45). Sum of RGB (Red+Green+Blue) = 26+1+45=72 (9% of max value = 765). Red value is 26 (10.55% from 255 or 36.11% from 72); Green value is 1 (0.78% from 255 or 1.39% from 72); Blue value is 45 (17.97% from 255 or 62.5% from 72); Max value from RGB is 45 - color contains mainly: blue. Hex color #1A012D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A012D is #E5FED2. Grayscale: #0D0D0D. Windows color (decimal): -15072979 or 2949402. OLE color: 2949402.

HSL color Cylindrical-coordinate representation of color #1A012D: hue angle of 274.09º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1A012D is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB26145-
CMYK0.420.9800.82
HSL274.09º95.65%9.02%-
HSV(B)274.09º97.78%17.65%-
XYZ0.910.432.52-
YUV13.49145.78136.92-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 36.11%
GREEN value IS 1 (0.78% from 255) = 1.39%
BLUE value IS 45 (17.97% from 255) = 62.5%
R=36.11%
G=1.39%
B=62.5%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal261450.420.9800.82274.0995.659.02
Hex1A12D2A62052112609
Octal3215552142012242214011
Binary11010110110110101011000100101001010001001011000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A012D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,1,45); }

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

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

 a { background-color: rgb(26,1,45); }

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

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

 span { border-color: rgb(26,1,45); }

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