Html Css Color HEX #1A011D Blackcurrant

📋 copy color: '#1A011D'

red 26 ◦ green 1 ◦ blue 29

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

Shades of Blackcurrant #1A011D

Tints of Blackcurrant #1A011D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.79%

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

R = 46.43%
G = 1.79%
B = 51.79%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#1A011D (or 0x1A011D) is known color: Blackcurrant. HEX triplet: 1A, 01 and 1D. RGB value is (26,1,29). Sum of RGB (Red+Green+Blue) = 26+1+29=56 (7% of max value = 765). Red value is 26 (10.55% from 255 or 46.43% from 56); Green value is 1 (0.78% from 255 or 1.79% from 56); Blue value is 29 (11.72% from 255 or 51.79% from 56); Max value from RGB is 29 - color contains mainly: blue. Hex color #1A011D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A011D is #E5FEE2. Grayscale: #0B0B0B. Windows color (decimal): -15072995 or 1900826. OLE color: 1900826.

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

Color convert

RGB 26 1 29 -
CMYK 0.10 0.97 0 0.89
HSL 293.57º 0.93% 0.06% -
HSV(B) 293.57º 0.97% 0.11% -
XYZ 0.66 0.33 1.19 -
YUV 11.67 137.78 138.22 -
System Red Green Blue C M Y K H S L
Decimal 26 1 29 0.10 0.97 0 0.89 293.57 0.93 0.06
Hex 1A 1 1D A 61 0 59 126 5D 6
Octal 32 1 35 12 141 0 131 446 135 6
Binary 11010 1 11101 1010 1100001 0 1011001 100100110 1011101 110

Color Harmonies of #1A011D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A011D

Black with #1A011D

Text Example


Text Example

White with #1A011D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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