Html Css Color HEX #1A1025 Blackcurrant

📋 copy color: '#1A1025'

red 26 ◦ green 16 ◦ blue 37

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

Shades of Blackcurrant #1A1025

Tints of Blackcurrant #1A1025

RGB

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

 GREEN value IS 16 (6.64% from 255) = 20.25%

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

R = 32.91%
G = 20.25%
B = 46.84%

CMYK

 C value IS 0.30

 M value IS 0.57

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1A1025 (or 0x1A1025) is known color: Blackcurrant. HEX triplet: 1A, 10 and 25. RGB value is (26,16,37). Sum of RGB (Red+Green+Blue) = 26+16+37=79 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.91% from 79); Green value is 16 (6.64% from 255 or 20.25% from 79); Blue value is 37 (14.84% from 255 or 46.84% from 79); Max value from RGB is 37 - color contains mainly: blue. Hex color #1A1025 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1025 is #E5EFDA. Grayscale: #151515. Windows color (decimal): -15069147 or 2428954. OLE color: 2428954.

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

Color convert

RGB 26 16 37 -
CMYK 0.30 0.57 0 0.85
HSL 268.57º 0.4% 0.1% -
HSV(B) 268.57º 0.57% 0.15% -
XYZ 0.95 0.72 1.84 -
YUV 21.38 136.81 131.29 -
System Red Green Blue C M Y K H S L
Decimal 26 16 37 0.30 0.57 0 0.85 268.57 0.4 0.1
Hex 1A 10 25 1E 39 0 55 10D 28 A
Octal 32 20 45 36 71 0 125 415 50 12
Binary 11010 10000 100101 11110 111001 0 1010101 100001101 101000 1010

Color Harmonies of #1A1025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1025

Black with #1A1025

Text Example


Text Example

White with #1A1025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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