Html Css Color HEX #1A041F Blackcurrant

📋 copy color: '#1A041F'

red 26 ◦ green 4 ◦ blue 31

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

Shades of Blackcurrant #1A041F

Tints of Blackcurrant #1A041F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 50.82%

R = 42.62%
G = 6.56%
B = 50.82%

CMYK

 C value IS 0.16

 M value IS 0.87

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1A041F (or 0x1A041F) is known color: Blackcurrant. HEX triplet: 1A, 04 and 1F. RGB value is (26,4,31). Sum of RGB (Red+Green+Blue) = 26+4+31=61 (8% of max value = 765). Red value is 26 (10.55% from 255 or 42.62% from 61); Green value is 4 (1.95% from 255 or 6.56% from 61); Blue value is 31 (12.5% from 255 or 50.82% from 61); Max value from RGB is 31 - color contains mainly: blue. Hex color #1A041F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A041F is #E5FBE0. Grayscale: #0D0D0D. Windows color (decimal): -15072225 or 2032666. OLE color: 2032666.

HSL color Cylindrical-coordinate representation of color #1A041F: hue angle of 288.89º degrees, saturation: 0.77, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A041F is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 26 4 31 -
CMYK 0.16 0.87 0 0.88
HSL 288.89º 0.77% 0.07% -
HSV(B) 288.89º 0.87% 0.12% -
XYZ 0.72 0.41 1.34 -
YUV 13.66 137.79 136.8 -
System Red Green Blue C M Y K H S L
Decimal 26 4 31 0.16 0.87 0 0.88 288.89 0.77 0.07
Hex 1A 4 1F 10 57 0 58 121 4D 7
Octal 32 4 37 20 127 0 130 441 115 7
Binary 11010 100 11111 10000 1010111 0 1011000 100100001 1001101 111

Color Harmonies of #1A041F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A041F

Black with #1A041F

Text Example


Text Example

White with #1A041F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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