Html Css Color HEX #1A022E Blackcurrant

📋 copy color: '#1A022E'

red 26 ◦ green 2 ◦ blue 46

#1A022E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #1A022E

Tints of Blackcurrant #1A022E

RGB

 RED value IS 26 (10.55% from 255) = 35.14%

 GREEN value IS 2 (1.17% from 255) = 2.7%

 BLUE value IS 46 (18.36% from 255) = 62.16%

R = 35.14%
G = 2.7%
B = 62.16%

CMYK

 C value IS 0.43

 M value IS 0.96

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#1A022E (or 0x1A022E) is known color: 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

RGB 26 2 46 -
CMYK 0.43 0.96 0 0.82
HSL 272.73º 0.92% 0.09% -
HSV(B) 272.73º 0.96% 0.18% -
XYZ 0.94 0.46 2.62 -
YUV 14.19 145.95 136.42 -
System Red Green Blue C M Y K H S L
Decimal 26 2 46 0.43 0.96 0 0.82 272.73 0.92 0.09
Hex 1A 2 2E 2B 60 0 52 111 5C 9
Octal 32 2 56 53 140 0 122 421 134 11
Binary 11010 10 101110 101011 1100000 0 1010010 100010001 1011100 1001

Color Harmonies of #1A022E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A022E

Black with #1A022E

Text Example


Text Example

White with #1A022E

Text Example


Text Example

HTML Codes & Css Web 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>