Html Css Color HEX #1A131C Blackcurrant

📋 copy color: '#1A131C'

red 26 ◦ green 19 ◦ blue 28

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

Shades of Blackcurrant #1A131C

Tints of Blackcurrant #1A131C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 26.03%

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

R = 35.62%
G = 26.03%
B = 38.36%

CMYK

 C value IS 0.07

 M value IS 0.32

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#1A131C (or 0x1A131C) is known color: Blackcurrant. HEX triplet: 1A, 13 and 1C. RGB value is (26,19,28). Sum of RGB (Red+Green+Blue) = 26+19+28=73 (9% of max value = 765). Red value is 26 (10.55% from 255 or 35.62% from 73); Green value is 19 (7.81% from 255 or 26.03% from 73); Blue value is 28 (11.33% from 255 or 38.36% from 73); Max value from RGB is 28 - color contains mainly: blue. Hex color #1A131C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A131C is #E5ECE3. Grayscale: #161616. Windows color (decimal): -15068388 or 1839898. OLE color: 1839898.

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

Color convert

RGB 26 19 28 -
CMYK 0.07 0.32 0 0.89
HSL 286.67º 0.19% 0.09% -
HSV(B) 286.67º 0.32% 0.11% -
XYZ 0.87 0.77 1.2 -
YUV 22.12 131.32 130.77 -
System Red Green Blue C M Y K H S L
Decimal 26 19 28 0.07 0.32 0 0.89 286.67 0.19 0.09
Hex 1A 13 1C 7 20 0 59 11F 13 9
Octal 32 23 34 7 40 0 131 437 23 11
Binary 11010 10011 11100 111 100000 0 1011001 100011111 10011 1001

Color Harmonies of #1A131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A131C

Black with #1A131C

Text Example


Text Example

White with #1A131C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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