#1A0323

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

Shades of Blackcurrant #1A0323

Tints of Blackcurrant #1A0323

Color information

#1A0323 (or 0x1A0323) is unknown color: approx Blackcurrant. HEX triplet: 1A, 03 and 23. RGB value is (26,3,35). Sum of RGB (Red+Green+Blue) = 26+3+35=64 (8% of max value = 765). Red value is 26 (10.55% from 255 or 40.62% from 64); Green value is 3 (1.56% from 255 or 4.69% from 64); Blue value is 35 (14.06% from 255 or 54.69% from 64); Max value from RGB is 35 - color contains mainly: blue. Hex color #1A0323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0323 is #E5FCDC. Grayscale: #0D0D0D. Windows color (decimal): -15072477 or 2294554. OLE color: 2294554.

HSL color Cylindrical-coordinate representation of color #1A0323: hue angle of 283.12º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1A0323 is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB26335-
CMYK0.260.9100.86
HSL283.12º84.21%7.45%-
HSV(B)283.12º91.43%13.73%-
XYZ0.760.411.63-
YUV13.52140.12136.9-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 40.62%
GREEN value IS 3 (1.56% from 255) = 4.69%
BLUE value IS 35 (14.06% from 255) = 54.69%
R=40.62%
G=4.69%
B=54.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal263350.260.9100.86283.1284.217.45
Hex1A3231A5B05611b547
Octal323433213301264331247
Binary1101011100011110101011011010101101000110111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,3,35); }

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

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

 a { background-color: rgb(26,3,35); }

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

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

 span { border-color: rgb(26,3,35); }

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