Html Css Color HEX #1A1421 Blackcurrant

📋 copy color: '#1A1421'

red 26 ◦ green 20 ◦ blue 33

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

Shades of Blackcurrant #1A1421

Tints of Blackcurrant #1A1421

RGB

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

 GREEN value IS 20 (8.2% from 255) = 25.32%

 BLUE value IS 33 (13.28% from 255) = 41.77%

R = 32.91%
G = 25.32%
B = 41.77%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#1A1421 (or 0x1A1421) is known color: Blackcurrant. HEX triplet: 1A, 14 and 21. RGB value is (26,20,33). Sum of RGB (Red+Green+Blue) = 26+20+33=79 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.91% from 79); Green value is 20 (8.20% from 255 or 25.32% from 79); Blue value is 33 (13.28% from 255 or 41.77% from 79); Max value from RGB is 33 - color contains mainly: blue. Hex color #1A1421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1421 is #E5EBDE. Grayscale: #171717. Windows color (decimal): -15068127 or 2167834. OLE color: 2167834.

HSL color Cylindrical-coordinate representation of color #1A1421: hue angle of 267.69º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1A1421 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 26 20 33 -
CMYK 0.21 0.39 0 0.87
HSL 267.69º 0.25% 0.1% -
HSV(B) 267.69º 0.39% 0.13% -
XYZ 0.95 0.83 1.55 -
YUV 23.28 133.49 129.94 -
System Red Green Blue C M Y K H S L
Decimal 26 20 33 0.21 0.39 0 0.87 267.69 0.25 0.1
Hex 1A 14 21 15 27 0 57 10C 19 A
Octal 32 24 41 25 47 0 127 414 31 12
Binary 11010 10100 100001 10101 100111 0 1010111 100001100 11001 1010

Color Harmonies of #1A1421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1421

Black with #1A1421

Text Example


Text Example

White with #1A1421

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,20,33); }

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

background-color css

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

 a { background-color: rgb(26,20,33); }

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

border-color css

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

 span { border-color: rgb(26,20,33); }

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