Html Css Color HEX #2A1E31 Blackcurrant

📋 copy color: '#2A1E31'

red 42 ◦ green 30 ◦ blue 49

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

Shades of Blackcurrant #2A1E31

Tints of Blackcurrant #2A1E31

RGB

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

 GREEN value IS 30 (12.11% from 255) = 24.79%

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

R = 34.71%
G = 24.79%
B = 40.5%

CMYK

 C value IS 0.14

 M value IS 0.39

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#2A1E31 (or 0x2A1E31) is known color: Blackcurrant. HEX triplet: 2A, 1E and 31. RGB value is (42,30,49). Sum of RGB (Red+Green+Blue) = 42+30+49=121 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.71% from 121); Green value is 30 (12.11% from 255 or 24.79% from 121); Blue value is 49 (19.53% from 255 or 40.50% from 121); Max value from RGB is 49 - color contains mainly: blue. Hex color #2A1E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A1E31 is #D5E1CE. Grayscale: #232323. Windows color (decimal): -14016975 or 3218986. OLE color: 3218986.

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

Color convert

RGB 42 30 49 -
CMYK 0.14 0.39 0 0.81
HSL 277.89º 0.24% 0.15% -
HSV(B) 277.89º 0.39% 0.19% -
XYZ 1.97 1.64 3.12 -
YUV 35.75 135.48 132.46 -
System Red Green Blue C M Y K H S L
Decimal 42 30 49 0.14 0.39 0 0.81 277.89 0.24 0.15
Hex 2A 1E 31 E 27 0 51 116 18 F
Octal 52 36 61 16 47 0 121 426 30 17
Binary 101010 11110 110001 1110 100111 0 1010001 100010110 11000 1111

Color Harmonies of #2A1E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A1E31

Black with #2A1E31

Text Example


Text Example

White with #2A1E31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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