#1A081F

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

Shades of Blackcurrant #1A081F

Tints of Blackcurrant #1A081F

Color information

#1A081F (or 0x1A081F) is unknown color: approx Blackcurrant. HEX triplet: 1A, 08 and 1F. RGB value is (26,8,31). Sum of RGB (Red+Green+Blue) = 26+8+31=65 (8% of max value = 765). Red value is 26 (10.55% from 255 or 40% from 65); Green value is 8 (3.52% from 255 or 12.31% from 65); Blue value is 31 (12.5% from 255 or 47.69% from 65); Max value from RGB is 31 - color contains mainly: blue. Hex color #1A081F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A081F is #E5F7E0. Grayscale: #0F0F0F. Windows color (decimal): -15071201 or 2033690. OLE color: 2033690.

HSL color Cylindrical-coordinate representation of color #1A081F: hue angle of 286.96º degrees, saturation: 0.59, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A081F is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB26831-
CMYK0.160.7400.88
HSL286.96º58.97%7.65%-
HSV(B)286.96º74.19%12.16%-
XYZ0.760.491.35-
YUV16136.46135.13-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 40%
GREEN value IS 8 (3.52% from 255) = 12.31%
BLUE value IS 31 (12.5% from 255) = 47.69%
R=40%
G=12.31%
B=47.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal268310.160.7400.88286.9658.977.65
Hex1A81F104A05811f3b8
Octal3210372011201304377310
Binary11010100011111100001001010010110001000111111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A081F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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