Html Css Color HEX #1A111C Blackcurrant

📋 copy color: '#1A111C'

red 26 ◦ green 17 ◦ blue 28

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

Shades of Blackcurrant #1A111C

Tints of Blackcurrant #1A111C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 23.94%

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

R = 36.62%
G = 23.94%
B = 39.44%

CMYK

 C value IS 0.07

 M value IS 0.39

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#1A111C (or 0x1A111C) is known color: Blackcurrant. HEX triplet: 1A, 11 and 1C. RGB value is (26,17,28). Sum of RGB (Red+Green+Blue) = 26+17+28=71 (9% of max value = 765). Red value is 26 (10.55% from 255 or 36.62% from 71); Green value is 17 (7.03% from 255 or 23.94% from 71); Blue value is 28 (11.33% from 255 or 39.44% from 71); Max value from RGB is 28 - color contains mainly: blue. Hex color #1A111C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A111C is #E5EEE3. Grayscale: #141414. Windows color (decimal): -15068900 or 1839386. OLE color: 1839386.

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

Color convert

RGB 26 17 28 -
CMYK 0.07 0.39 0 0.89
HSL 289.09º 0.24% 0.09% -
HSV(B) 289.09º 0.39% 0.11% -
XYZ 0.84 0.7 1.19 -
YUV 20.95 131.98 131.61 -
System Red Green Blue C M Y K H S L
Decimal 26 17 28 0.07 0.39 0 0.89 289.09 0.24 0.09
Hex 1A 11 1C 7 27 0 59 121 18 9
Octal 32 21 34 7 47 0 131 441 30 11
Binary 11010 10001 11100 111 100111 0 1011001 100100001 11000 1001

Color Harmonies of #1A111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A111C

Black with #1A111C

Text Example


Text Example

White with #1A111C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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