#1A0827

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

Shades of Blackcurrant #1A0827

Tints of Blackcurrant #1A0827

Color information

#1A0827 (or 0x1A0827) is unknown color: approx Blackcurrant. HEX triplet: 1A, 08 and 27. RGB value is (26,8,39). Sum of RGB (Red+Green+Blue) = 26+8+39=73 (9% of max value = 765). Red value is 26 (10.55% from 255 or 35.62% from 73); Green value is 8 (3.52% from 255 or 10.96% from 73); Blue value is 39 (15.62% from 255 or 53.42% from 73); Max value from RGB is 39 - color contains mainly: blue. Hex color #1A0827 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0827 is #E5F7D8. Grayscale: #101010. Windows color (decimal): -15071193 or 2557978. OLE color: 2557978.

HSL color Cylindrical-coordinate representation of color #1A0827: hue angle of 274.84º degrees, saturation: 0.66, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A0827 is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB26839-
CMYK0.330.7900.85
HSL274.84º65.96%9.22%-
HSV(B)274.84º79.49%15.29%-
XYZ0.880.541.98-
YUV16.92140.46134.48-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 35.62%
GREEN value IS 8 (3.52% from 255) = 10.96%
BLUE value IS 39 (15.62% from 255) = 53.42%
R=35.62%
G=10.96%
B=53.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal268390.330.7900.85274.8465.969.22
Hex1A827214F055113429
Octal32104741117012542310211
Binary11010100010011110000110011110101010110001001110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,8,39); }

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

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

 a { background-color: rgb(26,8,39); }

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

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

 span { border-color: rgb(26,8,39); }

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