#1A0D31

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

Shades of Blackcurrant #1A0D31

Tints of Blackcurrant #1A0D31

Color information

#1A0D31 (or 0x1A0D31) is unknown color: approx Blackcurrant. HEX triplet: 1A, 0D and 31. RGB value is (26,13,49). Sum of RGB (Red+Green+Blue) = 26+13+49=88 (11% of max value = 765). Red value is 26 (10.55% from 255 or 29.55% from 88); Green value is 13 (5.47% from 255 or 14.77% from 88); Blue value is 49 (19.53% from 255 or 55.68% from 88); Max value from RGB is 49 - color contains mainly: blue. Hex color #1A0D31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0D31 is #E5F2CE. Grayscale: #141414. Windows color (decimal): -15069903 or 3214618. OLE color: 3214618.

HSL color Cylindrical-coordinate representation of color #1A0D31: hue angle of 261.67º degrees, saturation: 0.58, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A0D31 is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB261349-
CMYK0.470.7300.81
HSL261.67º58.06%12.16%-
HSV(B)261.67º73.47%19.22%-
XYZ1.120.732.99-
YUV20.99143.81131.57-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 29.55%
GREEN value IS 13 (5.47% from 255) = 14.77%
BLUE value IS 49 (19.53% from 255) = 55.68%
R=29.55%
G=14.77%
B=55.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2613490.470.7300.81261.6758.0612.16
Hex1AD312F490511063ac
Octal3215615711101214067214
Binary1101011011100011011111001001010100011000001101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,13,49); }

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

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

 a { background-color: rgb(26,13,49); }

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

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

 span { border-color: rgb(26,13,49); }

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