Html Css Color HEX #2A1147 Blackcurrant

📋 copy color: '#2A1147'

red 42 ◦ green 17 ◦ blue 71

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

Shades of Blackcurrant #2A1147

Tints of Blackcurrant #2A1147

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.08%

 BLUE value IS 71 (28.13% from 255) = 54.62%

R = 32.31%
G = 13.08%
B = 54.62%

CMYK

 C value IS 0.41

 M value IS 0.76

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#2A1147 (or 0x2A1147) is known color: Blackcurrant. HEX triplet: 2A, 11 and 47. RGB value is (42,17,71). Sum of RGB (Red+Green+Blue) = 42+17+71=130 (17% of max value = 765). Red value is 42 (16.80% from 255 or 32.31% from 130); Green value is 17 (7.03% from 255 or 13.08% from 130); Blue value is 71 (28.12% from 255 or 54.62% from 130); Max value from RGB is 71 - color contains mainly: blue. Hex color #2A1147 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1147 is #D5EEB8. Grayscale: #1E1E1E. Windows color (decimal): -14020281 or 4657450. OLE color: 4657450.

HSL color Cylindrical-coordinate representation of color #2A1147: hue angle of 267.78º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A1147 is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 42 17 71 -
CMYK 0.41 0.76 0 0.72
HSL 267.78º 0.61% 0.17% -
HSV(B) 267.78º 0.76% 0.28% -
XYZ 2.29 1.35 6.1 -
YUV 30.63 150.78 136.11 -
System Red Green Blue C M Y K H S L
Decimal 42 17 71 0.41 0.76 0 0.72 267.78 0.61 0.17
Hex 2A 11 47 29 4C 0 48 10C 3D 11
Octal 52 21 107 51 114 0 110 414 75 21
Binary 101010 10001 1000111 101001 1001100 0 1001000 100001100 111101 10001

Color Harmonies of #2A1147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A1147

Black with #2A1147

Text Example


Text Example

White with #2A1147

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,17,71); }

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

background-color css

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

 a { background-color: rgb(42,17,71); }

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

border-color css

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

 span { border-color: rgb(42,17,71); }

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