Html Css Color HEX #1A111E Blackcurrant

📋 copy color: '#1A111E'

red 26 ◦ green 17 ◦ blue 30

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

Shades of Blackcurrant #1A111E

Tints of Blackcurrant #1A111E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 41.1%

R = 35.62%
G = 23.29%
B = 41.1%

CMYK

 C value IS 0.13

 M value IS 0.43

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1A111E (or 0x1A111E) is known color: Blackcurrant. HEX triplet: 1A, 11 and 1E. RGB value is (26,17,30). Sum of RGB (Red+Green+Blue) = 26+17+30=73 (9% of max value = 765). Red value is 26 (10.55% from 255 or 35.62% from 73); Green value is 17 (7.03% from 255 or 23.29% from 73); Blue value is 30 (12.11% from 255 or 41.10% from 73); Max value from RGB is 30 - color contains mainly: blue. Hex color #1A111E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A111E is #E5EEE1. Grayscale: #151515. Windows color (decimal): -15068898 or 1970458. OLE color: 1970458.

HSL color Cylindrical-coordinate representation of color #1A111E: hue angle of 281.54º degrees, saturation: 0.28, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1A111E is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 26 17 30 -
CMYK 0.13 0.43 0 0.88
HSL 281.54º 0.28% 0.09% -
HSV(B) 281.54º 0.43% 0.12% -
XYZ 0.86 0.71 1.32 -
YUV 21.17 132.98 131.44 -
System Red Green Blue C M Y K H S L
Decimal 26 17 30 0.13 0.43 0 0.88 281.54 0.28 0.09
Hex 1A 11 1E D 2B 0 58 11A 1C 9
Octal 32 21 36 15 53 0 130 432 34 11
Binary 11010 10001 11110 1101 101011 0 1011000 100011010 11100 1001

Color Harmonies of #1A111E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A111E

Black with #1A111E

Text Example


Text Example

White with #1A111E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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