Html Css Color HEX #2A1D31 Blackcurrant

📋 copy color: '#2A1D31'

red 42 ◦ green 29 ◦ blue 49

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

Shades of Blackcurrant #2A1D31

Tints of Blackcurrant #2A1D31

RGB

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

 GREEN value IS 29 (11.72% from 255) = 24.17%

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

R = 35%
G = 24.17%
B = 40.83%

CMYK

 C value IS 0.14

 M value IS 0.41

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#2A1D31 (or 0x2A1D31) is known color: Blackcurrant. HEX triplet: 2A, 1D and 31. RGB value is (42,29,49). Sum of RGB (Red+Green+Blue) = 42+29+49=120 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35% from 120); Green value is 29 (11.72% from 255 or 24.17% from 120); Blue value is 49 (19.53% from 255 or 40.83% from 120); Max value from RGB is 49 - color contains mainly: blue. Hex color #2A1D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A1D31 is #D5E2CE. Grayscale: #232323. Windows color (decimal): -14017231 or 3218730. OLE color: 3218730.

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

Color convert

RGB 42 29 49 -
CMYK 0.14 0.41 0 0.81
HSL 279º 0.26% 0.15% -
HSV(B) 279º 0.41% 0.19% -
XYZ 1.95 1.59 3.11 -
YUV 35.17 135.81 132.87 -
System Red Green Blue C M Y K H S L
Decimal 42 29 49 0.14 0.41 0 0.81 279 0.26 0.15
Hex 2A 1D 31 E 29 0 51 117 1A F
Octal 52 35 61 16 51 0 121 427 32 17
Binary 101010 11101 110001 1110 101001 0 1010001 100010111 11010 1111

Color Harmonies of #2A1D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A1D31

Black with #2A1D31

Text Example


Text Example

White with #2A1D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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