Html Css Color HEX #1A0428 Blackcurrant

📋 copy color: '#1A0428'

red 26 ◦ green 4 ◦ blue 40

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

Shades of Blackcurrant #1A0428

Tints of Blackcurrant #1A0428

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.71%

 BLUE value IS 40 (16.02% from 255) = 57.14%

R = 37.14%
G = 5.71%
B = 57.14%

CMYK

 C value IS 0.35

 M value IS 0.90

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#1A0428 (or 0x1A0428) is known color: Blackcurrant. HEX triplet: 1A, 04 and 28. RGB value is (26,4,40). Sum of RGB (Red+Green+Blue) = 26+4+40=70 (9% of max value = 765). Red value is 26 (10.55% from 255 or 37.14% from 70); Green value is 4 (1.95% from 255 or 5.71% from 70); Blue value is 40 (16.02% from 255 or 57.14% from 70); Max value from RGB is 40 - color contains mainly: blue. Hex color #1A0428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0428 is #E5FBD7. Grayscale: #0E0E0E. Windows color (decimal): -15072216 or 2622490. OLE color: 2622490.

HSL color Cylindrical-coordinate representation of color #1A0428: hue angle of 276.67º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A0428 is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 26 4 40 -
CMYK 0.35 0.90 0 0.84
HSL 276.67º 0.82% 0.09% -
HSV(B) 276.67º 0.9% 0.16% -
XYZ 0.85 0.46 2.05 -
YUV 14.68 142.29 136.07 -
System Red Green Blue C M Y K H S L
Decimal 26 4 40 0.35 0.90 0 0.84 276.67 0.82 0.09
Hex 1A 4 28 23 5A 0 54 115 52 9
Octal 32 4 50 43 132 0 124 425 122 11
Binary 11010 100 101000 100011 1011010 0 1010100 100010101 1010010 1001

Color Harmonies of #1A0428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0428

Black with #1A0428

Text Example


Text Example

White with #1A0428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,4,40); }

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

background-color css

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

 a { background-color: rgb(26,4,40); }

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

border-color css

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

 span { border-color: rgb(26,4,40); }

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