Html Css Color HEX #1A031E Blackcurrant

📋 copy color: '#1A031E'

red 26 ◦ green 3 ◦ blue 30

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

Shades of Blackcurrant #1A031E

Tints of Blackcurrant #1A031E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 5.08%

 BLUE value IS 30 (12.11% from 255) = 50.85%

R = 44.07%
G = 5.08%
B = 50.85%

CMYK

 C value IS 0.13

 M value IS 0.90

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1A031E (or 0x1A031E) is known color: Blackcurrant. HEX triplet: 1A, 03 and 1E. RGB value is (26,3,30). Sum of RGB (Red+Green+Blue) = 26+3+30=59 (7% of max value = 765). Red value is 26 (10.55% from 255 or 44.07% from 59); Green value is 3 (1.56% from 255 or 5.08% from 59); Blue value is 30 (12.11% from 255 or 50.85% from 59); Max value from RGB is 30 - color contains mainly: blue. Hex color #1A031E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A031E is #E5FCE1. Grayscale: #0C0C0C. Windows color (decimal): -15072482 or 1966874. OLE color: 1966874.

HSL color Cylindrical-coordinate representation of color #1A031E: hue angle of 291.11º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A031E is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 26 3 30 -
CMYK 0.13 0.90 0 0.88
HSL 291.11º 0.82% 0.06% -
HSV(B) 291.11º 0.9% 0.12% -
XYZ 0.69 0.38 1.26 -
YUV 12.96 137.62 137.3 -
System Red Green Blue C M Y K H S L
Decimal 26 3 30 0.13 0.90 0 0.88 291.11 0.82 0.06
Hex 1A 3 1E D 5A 0 58 123 52 6
Octal 32 3 36 15 132 0 130 443 122 6
Binary 11010 11 11110 1101 1011010 0 1011000 100100011 1010010 110

Color Harmonies of #1A031E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A031E

Black with #1A031E

Text Example


Text Example

White with #1A031E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,3,30); }

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

background-color css

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

 a { background-color: rgb(26,3,30); }

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

border-color css

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

 span { border-color: rgb(26,3,30); }

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