Html Css Color HEX #1A151D Blackcurrant

📋 copy color: '#1A151D'

red 26 ◦ green 21 ◦ blue 29

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

Shades of Blackcurrant #1A151D

Tints of Blackcurrant #1A151D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 27.63%

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

R = 34.21%
G = 27.63%
B = 38.16%

CMYK

 C value IS 0.10

 M value IS 0.28

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#1A151D (or 0x1A151D) is known color: Blackcurrant. HEX triplet: 1A, 15 and 1D. RGB value is (26,21,29). Sum of RGB (Red+Green+Blue) = 26+21+29=76 (10% of max value = 765). Red value is 26 (10.55% from 255 or 34.21% from 76); Green value is 21 (8.59% from 255 or 27.63% from 76); Blue value is 29 (11.72% from 255 or 38.16% from 76); Max value from RGB is 29 - color contains mainly: blue. Hex color #1A151D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A151D is #E5EAE2. Grayscale: #171717. Windows color (decimal): -15067875 or 1905946. OLE color: 1905946.

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

Color convert

RGB 26 21 29 -
CMYK 0.10 0.28 0 0.89
HSL 277.5º 0.16% 0.1% -
HSV(B) 277.5º 0.28% 0.11% -
XYZ 0.92 0.84 1.28 -
YUV 23.41 131.16 129.85 -
System Red Green Blue C M Y K H S L
Decimal 26 21 29 0.10 0.28 0 0.89 277.5 0.16 0.1
Hex 1A 15 1D A 1C 0 59 116 10 A
Octal 32 25 35 12 34 0 131 426 20 12
Binary 11010 10101 11101 1010 11100 0 1011001 100010110 10000 1010

Color Harmonies of #1A151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A151D

Black with #1A151D

Text Example


Text Example

White with #1A151D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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