Html Css Color HEX #1A181C Blackcurrant

📋 copy color: '#1A181C'

red 26 ◦ green 24 ◦ blue 28

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

Shades of Blackcurrant #1A181C

Tints of Blackcurrant #1A181C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 30.77%

 BLUE value IS 28 (11.33% from 255) = 35.9%

R = 33.33%
G = 30.77%
B = 35.9%

CMYK

 C value IS 0.07

 M value IS 0.14

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#1A181C (or 0x1A181C) is known color: Blackcurrant. HEX triplet: 1A, 18 and 1C. RGB value is (26,24,28). Sum of RGB (Red+Green+Blue) = 26+24+28=78 (10% of max value = 765). Red value is 26 (10.55% from 255 or 33.33% from 78); Green value is 24 (9.77% from 255 or 30.77% from 78); Blue value is 28 (11.33% from 255 or 35.90% from 78); Max value from RGB is 28 - color contains mainly: blue. Hex color #1A181C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A181C is #E5E7E3. Grayscale: #191919. Windows color (decimal): -15067108 or 1841178. OLE color: 1841178.

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

Color convert

RGB 26 24 28 -
CMYK 0.07 0.14 0 0.89
HSL 270º 0.08% 0.1% -
HSV(B) 270º 0.14% 0.11% -
XYZ 0.96 0.96 1.23 -
YUV 25.05 129.66 128.67 -
System Red Green Blue C M Y K H S L
Decimal 26 24 28 0.07 0.14 0 0.89 270 0.08 0.1
Hex 1A 18 1C 7 E 0 59 10E 8 A
Octal 32 30 34 7 16 0 131 416 10 12
Binary 11010 11000 11100 111 1110 0 1011001 100001110 1000 1010

Color Harmonies of #1A181C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A181C

Black with #1A181C

Text Example


Text Example

White with #1A181C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,24,28); }

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

background-color css

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

 a { background-color: rgb(26,24,28); }

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

border-color css

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

 span { border-color: rgb(26,24,28); }

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