#1A0C1C

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

Shades of Blackcurrant #1A0C1C

Tints of Blackcurrant #1A0C1C

Color information

#1A0C1C (or 0x1A0C1C) is unknown color: approx Blackcurrant. HEX triplet: 1A, 0C and 1C. RGB value is (26,12,28). Sum of RGB (Red+Green+Blue) = 26+12+28=66 (8% of max value = 765). Red value is 26 (10.55% from 255 or 39.39% from 66); Green value is 12 (5.08% from 255 or 18.18% from 66); Blue value is 28 (11.33% from 255 or 42.42% from 66); Max value from RGB is 28 - color contains mainly: blue. Hex color #1A0C1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0C1C is #E5F3E3. Grayscale: #111111. Windows color (decimal): -15070180 or 1838106. OLE color: 1838106.

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

Color convert

RGB261228-
CMYK0.070.5700.89
HSL292.5º40%7.84%-
HSV(B)292.5º57.14%10.98%-
XYZ0.770.571.17-
YUV18.01133.64133.7-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 39.39%
GREEN value IS 12 (5.08% from 255) = 18.18%
BLUE value IS 28 (11.33% from 255) = 42.42%
R=39.39%
G=18.18%
B=42.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2612280.070.5700.89292.5407.84
Hex1AC1C739059124288
Octal32143477101314445010
Binary11010110011100111111001010110011001001001010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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