Html Css Color HEX #1A0131 Blackcurrant

📋 copy color: '#1A0131'

red 26 ◦ green 1 ◦ blue 49

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

Shades of Blackcurrant #1A0131

Tints of Blackcurrant #1A0131

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.32%

 BLUE value IS 49 (19.53% from 255) = 64.47%

R = 34.21%
G = 1.32%
B = 64.47%

CMYK

 C value IS 0.47

 M value IS 0.98

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#1A0131 (or 0x1A0131) is known color: Blackcurrant. HEX triplet: 1A, 01 and 31. RGB value is (26,1,49). Sum of RGB (Red+Green+Blue) = 26+1+49=76 (10% of max value = 765). Red value is 26 (10.55% from 255 or 34.21% from 76); Green value is 1 (0.78% from 255 or 1.32% from 76); Blue value is 49 (19.53% from 255 or 64.47% from 76); Max value from RGB is 49 - color contains mainly: blue. Hex color #1A0131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0131 is #E5FECE. Grayscale: #0D0D0D. Windows color (decimal): -15072975 or 3211546. OLE color: 3211546.

HSL color Cylindrical-coordinate representation of color #1A0131: hue angle of 271.25º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1A0131 is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 26 1 49 -
CMYK 0.47 0.98 0 0.81
HSL 271.25º 0.96% 0.1% -
HSV(B) 271.25º 0.98% 0.19% -
XYZ 0.99 0.46 2.94 -
YUV 13.95 147.78 136.6 -
System Red Green Blue C M Y K H S L
Decimal 26 1 49 0.47 0.98 0 0.81 271.25 0.96 0.1
Hex 1A 1 31 2F 62 0 51 10F 60 A
Octal 32 1 61 57 142 0 121 417 140 12
Binary 11010 1 110001 101111 1100010 0 1010001 100001111 1100000 1010

Color Harmonies of #1A0131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0131

Black with #1A0131

Text Example


Text Example

White with #1A0131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,1,49); }

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

background-color css

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

 a { background-color: rgb(26,1,49); }

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

border-color css

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

 span { border-color: rgb(26,1,49); }

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