Html Css Color HEX #1A041D Blackcurrant

📋 copy color: '#1A041D'

red 26 ◦ green 4 ◦ blue 29

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

Shades of Blackcurrant #1A041D

Tints of Blackcurrant #1A041D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 6.78%

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

R = 44.07%
G = 6.78%
B = 49.15%

CMYK

 C value IS 0.10

 M value IS 0.86

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#1A041D (or 0x1A041D) is known color: Blackcurrant. HEX triplet: 1A, 04 and 1D. RGB value is (26,4,29). Sum of RGB (Red+Green+Blue) = 26+4+29=59 (7% of max value = 765). Red value is 26 (10.55% from 255 or 44.07% from 59); Green value is 4 (1.95% from 255 or 6.78% from 59); Blue value is 29 (11.72% from 255 or 49.15% from 59); Max value from RGB is 29 - color contains mainly: blue. Hex color #1A041D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A041D is #E5FBE2. Grayscale: #0D0D0D. Windows color (decimal): -15072227 or 1901594. OLE color: 1901594.

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

Color convert

RGB 26 4 29 -
CMYK 0.10 0.86 0 0.89
HSL 292.8º 0.76% 0.06% -
HSV(B) 292.8º 0.86% 0.11% -
XYZ 0.69 0.4 1.2 -
YUV 13.43 136.79 136.97 -
System Red Green Blue C M Y K H S L
Decimal 26 4 29 0.10 0.86 0 0.89 292.8 0.76 0.06
Hex 1A 4 1D A 56 0 59 125 4C 6
Octal 32 4 35 12 126 0 131 445 114 6
Binary 11010 100 11101 1010 1010110 0 1011001 100100101 1001100 110

Color Harmonies of #1A041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A041D

Black with #1A041D

Text Example


Text Example

White with #1A041D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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