Html Css Color HEX #1A121E Blackcurrant

📋 copy color: '#1A121E'

red 26 ◦ green 18 ◦ blue 30

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

Shades of Blackcurrant #1A121E

Tints of Blackcurrant #1A121E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 24.32%

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

R = 35.14%
G = 24.32%
B = 40.54%

CMYK

 C value IS 0.13

 M value IS 0.40

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1A121E (or 0x1A121E) is known color: Blackcurrant. HEX triplet: 1A, 12 and 1E. RGB value is (26,18,30). Sum of RGB (Red+Green+Blue) = 26+18+30=74 (9% of max value = 765). Red value is 26 (10.55% from 255 or 35.14% from 74); Green value is 18 (7.42% from 255 or 24.32% from 74); Blue value is 30 (12.11% from 255 or 40.54% from 74); Max value from RGB is 30 - color contains mainly: blue. Hex color #1A121E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A121E is #E5EDE1. Grayscale: #151515. Windows color (decimal): -15068642 or 1970714. OLE color: 1970714.

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

Color convert

RGB 26 18 30 -
CMYK 0.13 0.40 0 0.88
HSL 280º 0.25% 0.09% -
HSV(B) 280º 0.4% 0.12% -
XYZ 0.88 0.75 1.33 -
YUV 21.76 132.65 131.02 -
System Red Green Blue C M Y K H S L
Decimal 26 18 30 0.13 0.40 0 0.88 280 0.25 0.09
Hex 1A 12 1E D 28 0 58 118 19 9
Octal 32 22 36 15 50 0 130 430 31 11
Binary 11010 10010 11110 1101 101000 0 1011000 100011000 11001 1001

Color Harmonies of #1A121E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A121E

Black with #1A121E

Text Example


Text Example

White with #1A121E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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