Html Css Color HEX #1A0020 Blackcurrant

📋 copy color: '#1A0020'

red 26 ◦ green 0 ◦ blue 32

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

Shades of Blackcurrant #1A0020

Tints of Blackcurrant #1A0020

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 32 (12.89% from 255) = 55.17%

R = 44.83%
G = 0%
B = 55.17%

CMYK

 C value IS 0.19

 M value IS 1

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#1A0020 (or 0x1A0020) is known color: Blackcurrant. HEX triplet: 1A, 00 and 20. RGB value is (26,0,32). Sum of RGB (Red+Green+Blue) = 26+0+32=58 (7% of max value = 765). Red value is 26 (10.55% from 255 or 44.83% from 58); Green value is 0 (0.39% from 255 or 0% from 58); Blue value is 32 (12.89% from 255 or 55.17% from 58); Max value from RGB is 32 - color contains mainly: blue. Hex color #1A0020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0020 is #E5FFDF. Grayscale: #0B0B0B. Windows color (decimal): -15073248 or 2097178. OLE color: 2097178.

HSL color Cylindrical-coordinate representation of color #1A0020: hue angle of 288.75º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A0020 is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 26 0 32 -
CMYK 0.19 1 0 0.87
HSL 288.75º 1% 0.06% -
HSV(B) 288.75º 1% 0.13% -
XYZ 0.69 0.32 1.39 -
YUV 11.42 139.61 138.4 -
System Red Green Blue C M Y K H S L
Decimal 26 0 32 0.19 1 0 0.87 288.75 1 0.06
Hex 1A 0 20 13 64 0 57 121 64 6
Octal 32 0 40 23 144 0 127 441 144 6
Binary 11010 0 100000 10011 1100100 0 1010111 100100001 1100100 110

Color Harmonies of #1A0020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0020

Black with #1A0020

Text Example


Text Example

White with #1A0020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,0,32); }

 H1.HeaderClassName
 {
   color: #1A0020;
 }
 .AnyTagClassName
 {
   color: #1A0020;
 }
</style>

background-color css

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

 a { background-color: rgb(26,0,32); }

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

border-color css

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

 span { border-color: rgb(26,0,32); }

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