Html Css Color HEX #2A173A Blackcurrant

📋 copy color: '#2A173A'

red 42 ◦ green 23 ◦ blue 58

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

Shades of Blackcurrant #2A173A

Tints of Blackcurrant #2A173A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 18.7%

 BLUE value IS 58 (23.05% from 255) = 47.15%

R = 34.15%
G = 18.7%
B = 47.15%

CMYK

 C value IS 0.28

 M value IS 0.60

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#2A173A (or 0x2A173A) is known color: Blackcurrant. HEX triplet: 2A, 17 and 3A. RGB value is (42,23,58). Sum of RGB (Red+Green+Blue) = 42+23+58=123 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.15% from 123); Green value is 23 (9.38% from 255 or 18.70% from 123); Blue value is 58 (23.05% from 255 or 47.15% from 123); Max value from RGB is 58 - color contains mainly: blue. Hex color #2A173A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A173A is #D5E8C5. Grayscale: #202020. Windows color (decimal): -14018758 or 3807018. OLE color: 3807018.

HSL color Cylindrical-coordinate representation of color #2A173A: hue angle of 272.57º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2A173A is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 42 23 58 -
CMYK 0.28 0.60 0 0.77
HSL 272.57º 0.43% 0.16% -
HSV(B) 272.57º 0.6% 0.23% -
XYZ 2.02 1.41 4.17 -
YUV 32.67 142.29 134.65 -
System Red Green Blue C M Y K H S L
Decimal 42 23 58 0.28 0.60 0 0.77 272.57 0.43 0.16
Hex 2A 17 3A 1C 3C 0 4D 111 2B 10
Octal 52 27 72 34 74 0 115 421 53 20
Binary 101010 10111 111010 11100 111100 0 1001101 100010001 101011 10000

Color Harmonies of #2A173A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A173A

Black with #2A173A

Text Example


Text Example

White with #2A173A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,23,58); }

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

background-color css

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

 a { background-color: rgb(42,23,58); }

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

border-color css

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

 span { border-color: rgb(42,23,58); }

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