Html Css Color HEX #1A1323 Blackcurrant

📋 copy color: '#1A1323'

red 26 ◦ green 19 ◦ blue 35

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

Shades of Blackcurrant #1A1323

Tints of Blackcurrant #1A1323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 43.75%

R = 32.5%
G = 23.75%
B = 43.75%

CMYK

 C value IS 0.26

 M value IS 0.46

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#1A1323 (or 0x1A1323) is known color: Blackcurrant. HEX triplet: 1A, 13 and 23. RGB value is (26,19,35). Sum of RGB (Red+Green+Blue) = 26+19+35=80 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.5% from 80); Green value is 19 (7.81% from 255 or 23.75% from 80); Blue value is 35 (14.06% from 255 or 43.75% from 80); Max value from RGB is 35 - color contains mainly: blue. Hex color #1A1323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1323 is #E5ECDC. Grayscale: #161616. Windows color (decimal): -15068381 or 2298650. OLE color: 2298650.

HSL color Cylindrical-coordinate representation of color #1A1323: hue angle of 266.25º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1A1323 is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 26 19 35 -
CMYK 0.26 0.46 0 0.86
HSL 266.25º 0.3% 0.11% -
HSV(B) 266.25º 0.46% 0.14% -
XYZ 0.96 0.81 1.7 -
YUV 22.92 134.82 130.2 -
System Red Green Blue C M Y K H S L
Decimal 26 19 35 0.26 0.46 0 0.86 266.25 0.3 0.11
Hex 1A 13 23 1A 2E 0 56 10A 1E B
Octal 32 23 43 32 56 0 126 412 36 13
Binary 11010 10011 100011 11010 101110 0 1010110 100001010 11110 1011

Color Harmonies of #1A1323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1323

Black with #1A1323

Text Example


Text Example

White with #1A1323

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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