Html Css Color HEX #2A173D Blackcurrant

📋 copy color: '#2A173D'

red 42 ◦ green 23 ◦ blue 61

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

Shades of Blackcurrant #2A173D

Tints of Blackcurrant #2A173D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 48.41%

R = 33.33%
G = 18.25%
B = 48.41%

CMYK

 C value IS 0.31

 M value IS 0.62

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2A173D (or 0x2A173D) is known color: Blackcurrant. HEX triplet: 2A, 17 and 3D. RGB value is (42,23,61). Sum of RGB (Red+Green+Blue) = 42+23+61=126 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.33% from 126); Green value is 23 (9.38% from 255 or 18.25% from 126); Blue value is 61 (24.22% from 255 or 48.41% from 126); Max value from RGB is 61 - color contains mainly: blue. Hex color #2A173D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A173D is #D5E8C2. Grayscale: #202020. Windows color (decimal): -14018755 or 4003626. OLE color: 4003626.

HSL color Cylindrical-coordinate representation of color #2A173D: hue angle of 270º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2A173D is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 42 23 61 -
CMYK 0.31 0.62 0 0.76
HSL 270º 0.45% 0.16% -
HSV(B) 270º 0.62% 0.24% -
XYZ 2.1 1.44 4.58 -
YUV 33.01 143.79 134.41 -
System Red Green Blue C M Y K H S L
Decimal 42 23 61 0.31 0.62 0 0.76 270 0.45 0.16
Hex 2A 17 3D 1F 3E 0 4C 10E 2D 10
Octal 52 27 75 37 76 0 114 416 55 20
Binary 101010 10111 111101 11111 111110 0 1001100 100001110 101101 10000

Color Harmonies of #2A173D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A173D

Black with #2A173D

Text Example


Text Example

White with #2A173D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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