Html Css Color HEX #1A141D Blackcurrant

📋 copy color: '#1A141D'

red 26 ◦ green 20 ◦ blue 29

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

Shades of Blackcurrant #1A141D

Tints of Blackcurrant #1A141D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 26.67%

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

R = 34.67%
G = 26.67%
B = 38.67%

CMYK

 C value IS 0.10

 M value IS 0.31

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#1A141D (or 0x1A141D) is known color: Blackcurrant. HEX triplet: 1A, 14 and 1D. RGB value is (26,20,29). Sum of RGB (Red+Green+Blue) = 26+20+29=75 (9% of max value = 765). Red value is 26 (10.55% from 255 or 34.67% from 75); Green value is 20 (8.20% from 255 or 26.67% from 75); Blue value is 29 (11.72% from 255 or 38.67% from 75); Max value from RGB is 29 - color contains mainly: blue. Hex color #1A141D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A141D is #E5EBE2. Grayscale: #161616. Windows color (decimal): -15068131 or 1905690. OLE color: 1905690.

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

Color convert

RGB 26 20 29 -
CMYK 0.10 0.31 0 0.89
HSL 280º 0.18% 0.1% -
HSV(B) 280º 0.31% 0.11% -
XYZ 0.9 0.81 1.27 -
YUV 22.82 131.49 130.27 -
System Red Green Blue C M Y K H S L
Decimal 26 20 29 0.10 0.31 0 0.89 280 0.18 0.1
Hex 1A 14 1D A 1F 0 59 118 12 A
Octal 32 24 35 12 37 0 131 430 22 12
Binary 11010 10100 11101 1010 11111 0 1011001 100011000 10010 1010

Color Harmonies of #1A141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A141D

Black with #1A141D

Text Example


Text Example

White with #1A141D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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