Html Css Color HEX #1A1325 Blackcurrant

📋 copy color: '#1A1325'

red 26 ◦ green 19 ◦ blue 37

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

Shades of Blackcurrant #1A1325

Tints of Blackcurrant #1A1325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 45.12%

R = 31.71%
G = 23.17%
B = 45.12%

CMYK

 C value IS 0.30

 M value IS 0.49

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1A1325 (or 0x1A1325) is known color: Blackcurrant. HEX triplet: 1A, 13 and 25. RGB value is (26,19,37). Sum of RGB (Red+Green+Blue) = 26+19+37=82 (10% of max value = 765). Red value is 26 (10.55% from 255 or 31.71% from 82); Green value is 19 (7.81% from 255 or 23.17% from 82); Blue value is 37 (14.84% from 255 or 45.12% from 82); Max value from RGB is 37 - color contains mainly: blue. Hex color #1A1325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1325 is #E5ECDA. Grayscale: #171717. Windows color (decimal): -15068379 or 2429722. OLE color: 2429722.

HSL color Cylindrical-coordinate representation of color #1A1325: hue angle of 263.33º degrees, saturation: 0.32, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1A1325 is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 26 19 37 -
CMYK 0.30 0.49 0 0.85
HSL 263.33º 0.32% 0.11% -
HSV(B) 263.33º 0.49% 0.15% -
XYZ 0.99 0.82 1.86 -
YUV 23.15 135.82 130.04 -
System Red Green Blue C M Y K H S L
Decimal 26 19 37 0.30 0.49 0 0.85 263.33 0.32 0.11
Hex 1A 13 25 1E 31 0 55 107 20 B
Octal 32 23 45 36 61 0 125 407 40 13
Binary 11010 10011 100101 11110 110001 0 1010101 100000111 100000 1011

Color Harmonies of #1A1325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1325

Black with #1A1325

Text Example


Text Example

White with #1A1325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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