#1A0C1D

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

Shades of Blackcurrant #1A0C1D

Tints of Blackcurrant #1A0C1D

Color information

#1A0C1D (or 0x1A0C1D) is unknown color: approx Blackcurrant. HEX triplet: 1A, 0C and 1D. RGB value is (26,12,29). Sum of RGB (Red+Green+Blue) = 26+12+29=67 (8% of max value = 765). Red value is 26 (10.55% from 255 or 38.81% from 67); Green value is 12 (5.08% from 255 or 17.91% from 67); Blue value is 29 (11.72% from 255 or 43.28% from 67); Max value from RGB is 29 - color contains mainly: blue. Hex color #1A0C1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0C1D is #E5F3E2. Grayscale: #121212. Windows color (decimal): -15070179 or 1903642. OLE color: 1903642.

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

Color convert

RGB261229-
CMYK0.100.5900.89
HSL289.41º41.46%8.04%-
HSV(B)289.41º58.62%11.37%-
XYZ0.780.571.23-
YUV18.12134.14133.62-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 38.81%
GREEN value IS 12 (5.08% from 255) = 17.91%
BLUE value IS 29 (11.72% from 255) = 43.28%
R=38.81%
G=17.91%
B=43.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2612290.100.5900.89289.4141.468.04
Hex1AC1DA3B059121298
Octal321435127301314415110
Binary110101100111011010111011010110011001000011010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,12,29); }

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

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

 a { background-color: rgb(26,12,29); }

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

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

 span { border-color: rgb(26,12,29); }

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