#1A0736

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

Shades of Blackcurrant #1A0736

Tints of Blackcurrant #1A0736

Color information

#1A0736 (or 0x1A0736) is unknown color: approx Blackcurrant. HEX triplet: 1A, 07 and 36. RGB value is (26,7,54). Sum of RGB (Red+Green+Blue) = 26+7+54=87 (11% of max value = 765). Red value is 26 (10.55% from 255 or 29.89% from 87); Green value is 7 (3.12% from 255 or 8.05% from 87); Blue value is 54 (21.48% from 255 or 62.07% from 87); Max value from RGB is 54 - color contains mainly: blue. Hex color #1A0736 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0736 is #E5F8C9. Grayscale: #111111. Windows color (decimal): -15071434 or 3540762. OLE color: 3540762.

HSL color Cylindrical-coordinate representation of color #1A0736: hue angle of 264.26º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A0736 is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB26754-
CMYK0.520.8700.79
HSL264.26º77.05%11.96%-
HSV(B)264.26º87.04%21.18%-
XYZ1.170.643.55-
YUV18.04148.29133.68-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 29.89%
GREEN value IS 7 (3.12% from 255) = 8.05%
BLUE value IS 54 (21.48% from 255) = 62.07%
R=29.89%
G=8.05%
B=62.07%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal267540.520.8700.79264.2677.0511.96
Hex1A736345704F1084dc
Octal3276664127011741011514
Binary1101011111011011010010101110100111110000100010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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