Html Css Color HEX #1A121C Blackcurrant

📋 copy color: '#1A121C'

red 26 ◦ green 18 ◦ blue 28

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

Shades of Blackcurrant #1A121C

Tints of Blackcurrant #1A121C

RGB

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

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

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

R = 36.11%
G = 25%
B = 38.89%

CMYK

 C value IS 0.07

 M value IS 0.36

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#1A121C (or 0x1A121C) is known color: Blackcurrant. HEX triplet: 1A, 12 and 1C. RGB value is (26,18,28). Sum of RGB (Red+Green+Blue) = 26+18+28=72 (9% of max value = 765). Red value is 26 (10.55% from 255 or 36.11% from 72); Green value is 18 (7.42% from 255 or 25% from 72); Blue value is 28 (11.33% from 255 or 38.89% from 72); Max value from RGB is 28 - color contains mainly: blue. Hex color #1A121C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A121C is #E5EDE3. Grayscale: #151515. Windows color (decimal): -15068644 or 1839642. OLE color: 1839642.

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

Color convert

RGB 26 18 28 -
CMYK 0.07 0.36 0 0.89
HSL 288º 0.22% 0.09% -
HSV(B) 288º 0.36% 0.11% -
XYZ 0.85 0.74 1.2 -
YUV 21.53 131.65 131.19 -
System Red Green Blue C M Y K H S L
Decimal 26 18 28 0.07 0.36 0 0.89 288 0.22 0.09
Hex 1A 12 1C 7 24 0 59 120 16 9
Octal 32 22 34 7 44 0 131 440 26 11
Binary 11010 10010 11100 111 100100 0 1011001 100100000 10110 1001

Color Harmonies of #1A121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A121C

Black with #1A121C

Text Example


Text Example

White with #1A121C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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