#1A0727

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

Shades of Blackcurrant #1A0727

Tints of Blackcurrant #1A0727

Color information

#1A0727 (or 0x1A0727) is unknown color: approx Blackcurrant. HEX triplet: 1A, 07 and 27. RGB value is (26,7,39). Sum of RGB (Red+Green+Blue) = 26+7+39=72 (9% of max value = 765). Red value is 26 (10.55% from 255 or 36.11% from 72); Green value is 7 (3.12% from 255 or 9.72% from 72); Blue value is 39 (15.62% from 255 or 54.17% from 72); Max value from RGB is 39 - color contains mainly: blue. Hex color #1A0727 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0727 is #E5F8D8. Grayscale: #101010. Windows color (decimal): -15071449 or 2557722. OLE color: 2557722.

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

Color convert

RGB26739-
CMYK0.330.8200.85
HSL275.62º69.57%9.02%-
HSV(B)275.62º82.05%15.29%-
XYZ0.870.521.97-
YUV16.33140.79134.9-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 36.11%
GREEN value IS 7 (3.12% from 255) = 9.72%
BLUE value IS 39 (15.62% from 255) = 54.17%
R=36.11%
G=9.72%
B=54.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal267390.330.8200.85275.6269.579.02
Hex1A7272152055114469
Octal3274741122012542410611
Binary1101011110011110000110100100101010110001010010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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