Html Css Color HEX #1A0024 Blackcurrant

📋 copy color: '#1A0024'

red 26 ◦ green 0 ◦ blue 36

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

Shades of Blackcurrant #1A0024

Tints of Blackcurrant #1A0024

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 36 (14.45% from 255) = 58.06%

R = 41.94%
G = 0%
B = 58.06%

CMYK

 C value IS 0.28

 M value IS 1

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#1A0024 (or 0x1A0024) is known color: Blackcurrant. HEX triplet: 1A, 00 and 24. RGB value is (26,0,36). Sum of RGB (Red+Green+Blue) = 26+0+36=62 (8% of max value = 765). Red value is 26 (10.55% from 255 or 41.94% from 62); Green value is 0 (0.39% from 255 or 0% from 62); Blue value is 36 (14.45% from 255 or 58.06% from 62); Max value from RGB is 36 - color contains mainly: blue. Hex color #1A0024 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0024 is #E5FFDB. Grayscale: #0B0B0B. Windows color (decimal): -15073244 or 2359322. OLE color: 2359322.

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

Color convert

RGB 26 0 36 -
CMYK 0.28 1 0 0.86
HSL 283.33º 1% 0.07% -
HSV(B) 283.33º 1% 0.14% -
XYZ 0.74 0.35 1.7 -
YUV 11.88 141.61 138.07 -
System Red Green Blue C M Y K H S L
Decimal 26 0 36 0.28 1 0 0.86 283.33 1 0.07
Hex 1A 0 24 1C 64 0 56 11B 64 7
Octal 32 0 44 34 144 0 126 433 144 7
Binary 11010 0 100100 11100 1100100 0 1010110 100011011 1100100 111

Color Harmonies of #1A0024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0024

Black with #1A0024

Text Example


Text Example

White with #1A0024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,0,36); }

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

background-color css

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

 a { background-color: rgb(26,0,36); }

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

border-color css

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

 span { border-color: rgb(26,0,36); }

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