Html Css Color HEX #1A021D Blackcurrant

📋 copy color: '#1A021D'

red 26 ◦ green 2 ◦ blue 29

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

Shades of Blackcurrant #1A021D

Tints of Blackcurrant #1A021D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 50.88%

R = 45.61%
G = 3.51%
B = 50.88%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#1A021D (or 0x1A021D) is known color: Blackcurrant. HEX triplet: 1A, 02 and 1D. RGB value is (26,2,29). Sum of RGB (Red+Green+Blue) = 26+2+29=57 (7% of max value = 765). Red value is 26 (10.55% from 255 or 45.61% from 57); Green value is 2 (1.17% from 255 or 3.51% from 57); Blue value is 29 (11.72% from 255 or 50.88% from 57); Max value from RGB is 29 - color contains mainly: blue. Hex color #1A021D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A021D is #E5FDE2. Grayscale: #0C0C0C. Windows color (decimal): -15072739 or 1901082. OLE color: 1901082.

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

Color convert

RGB 26 2 29 -
CMYK 0.10 0.93 0 0.89
HSL 293.33º 0.87% 0.06% -
HSV(B) 293.33º 0.93% 0.11% -
XYZ 0.67 0.35 1.2 -
YUV 12.25 137.45 137.8 -
System Red Green Blue C M Y K H S L
Decimal 26 2 29 0.10 0.93 0 0.89 293.33 0.87 0.06
Hex 1A 2 1D A 5D 0 59 125 57 6
Octal 32 2 35 12 135 0 131 445 127 6
Binary 11010 10 11101 1010 1011101 0 1011001 100100101 1010111 110

Color Harmonies of #1A021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A021D

Black with #1A021D

Text Example


Text Example

White with #1A021D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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