#1A022E

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

Shades of Blackcurrant #1A022E

Tints of Blackcurrant #1A022E

Color information

#1A022E (or 0x1A022E) is unknown color: approx Blackcurrant. HEX triplet: 1A, 02 and 2E. RGB value is (26,2,46). Sum of RGB (Red+Green+Blue) = 26+2+46=74 (9% of max value = 765). Red value is 26 (10.55% from 255 or 35.14% from 74); Green value is 2 (1.17% from 255 or 2.70% from 74); Blue value is 46 (18.36% from 255 or 62.16% from 74); Max value from RGB is 46 - color contains mainly: blue. Hex color #1A022E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A022E is #E5FDD1. Grayscale: #0E0E0E. Windows color (decimal): -15072722 or 3015194. OLE color: 3015194.

HSL color Cylindrical-coordinate representation of color #1A022E: hue angle of 272.73º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1A022E is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB26246-
CMYK0.430.9600.82
HSL272.73º91.67%9.41%-
HSV(B)272.73º95.65%18.04%-
XYZ0.940.462.62-
YUV14.19145.95136.42-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 35.14%
GREEN value IS 2 (1.17% from 255) = 2.70%
BLUE value IS 46 (18.36% from 255) = 62.16%
R=35.14%
G=2.70%
B=62.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal262460.430.9600.82272.7391.679.41
Hex1A22E2B600521115c9
Octal3225653140012242113411
Binary110101010111010101111000000101001010001000110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A022E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,2,46); }

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

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

 a { background-color: rgb(26,2,46); }

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

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

 span { border-color: rgb(26,2,46); }

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