Html Css Color HEX #1A0531 Blackcurrant

📋 copy color: '#1A0531'

red 26 ◦ green 5 ◦ blue 49

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

Shades of Blackcurrant #1A0531

Tints of Blackcurrant #1A0531

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.25%

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

R = 32.5%
G = 6.25%
B = 61.25%

CMYK

 C value IS 0.47

 M value IS 0.90

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#1A0531 (or 0x1A0531) is known color: Blackcurrant. HEX triplet: 1A, 05 and 31. RGB value is (26,5,49). Sum of RGB (Red+Green+Blue) = 26+5+49=80 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.5% from 80); Green value is 5 (2.34% from 255 or 6.25% from 80); Blue value is 49 (19.53% from 255 or 61.25% from 80); Max value from RGB is 49 - color contains mainly: blue. Hex color #1A0531 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0531 is #E5FACE. Grayscale: #101010. Windows color (decimal): -15071951 or 3212570. OLE color: 3212570.

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

Color convert

RGB 26 5 49 -
CMYK 0.47 0.90 0 0.81
HSL 268.64º 0.81% 0.11% -
HSV(B) 268.64º 0.9% 0.19% -
XYZ 1.03 0.55 2.96 -
YUV 16.3 146.46 134.92 -
System Red Green Blue C M Y K H S L
Decimal 26 5 49 0.47 0.90 0 0.81 268.64 0.81 0.11
Hex 1A 5 31 2F 5A 0 51 10D 51 B
Octal 32 5 61 57 132 0 121 415 121 13
Binary 11010 101 110001 101111 1011010 0 1010001 100001101 1010001 1011

Color Harmonies of #1A0531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0531

Black with #1A0531

Text Example


Text Example

White with #1A0531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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