Html Css Color HEX #2A1531 Blackcurrant

📋 copy color: '#2A1531'

red 42 ◦ green 21 ◦ blue 49

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

Shades of Blackcurrant #2A1531

Tints of Blackcurrant #2A1531

RGB

 RED value IS 42 (16.8% from 255) = 37.5%

 GREEN value IS 21 (8.59% from 255) = 18.75%

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

R = 37.5%
G = 18.75%
B = 43.75%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#2A1531 (or 0x2A1531) is known color: Blackcurrant. HEX triplet: 2A, 15 and 31. RGB value is (42,21,49). Sum of RGB (Red+Green+Blue) = 42+21+49=112 (14% of max value = 765). Red value is 42 (16.80% from 255 or 37.5% from 112); Green value is 21 (8.59% from 255 or 18.75% from 112); Blue value is 49 (19.53% from 255 or 43.75% from 112); Max value from RGB is 49 - color contains mainly: blue. Hex color #2A1531 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1531 is #D5EACE. Grayscale: #1E1E1E. Windows color (decimal): -14019279 or 3216682. OLE color: 3216682.

HSL color Cylindrical-coordinate representation of color #2A1531: hue angle of 285º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2A1531 is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 42 21 49 -
CMYK 0.14 0.57 0 0.81
HSL 285º 0.4% 0.14% -
HSV(B) 285º 0.57% 0.19% -
XYZ 1.78 1.25 3.05 -
YUV 30.47 138.46 136.22 -
System Red Green Blue C M Y K H S L
Decimal 42 21 49 0.14 0.57 0 0.81 285 0.4 0.14
Hex 2A 15 31 E 39 0 51 11D 28 E
Octal 52 25 61 16 71 0 121 435 50 16
Binary 101010 10101 110001 1110 111001 0 1010001 100011101 101000 1110

Color Harmonies of #2A1531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A1531

Black with #2A1531

Text Example


Text Example

White with #2A1531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A1531; }

 p { color: rgb(42,21,49); }

 H1.HeaderClassName
 {
   color: #2A1531;
 }
 .AnyTagClassName
 {
   color: #2A1531;
 }
</style>

background-color css

<style>
 a { background-color: #2A1531; }

 a { background-color: rgb(42,21,49); }

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

border-color css

<style>
 span { border-color: #2A1531; }

 span { border-color: rgb(42,21,49); }

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