Html Css Color HEX #2A173C Blackcurrant

📋 copy color: '#2A173C'

red 42 ◦ green 23 ◦ blue 60

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

Shades of Blackcurrant #2A173C

Tints of Blackcurrant #2A173C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 48%

R = 33.6%
G = 18.4%
B = 48%

CMYK

 C value IS 0.3

 M value IS 0.62

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2A173C (or 0x2A173C) is known color: Blackcurrant. HEX triplet: 2A, 17 and 3C. RGB value is (42,23,60). Sum of RGB (Red+Green+Blue) = 42+23+60=125 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.6% from 125); Green value is 23 (9.38% from 255 or 18.4% from 125); Blue value is 60 (23.83% from 255 or 48% from 125); Max value from RGB is 60 - color contains mainly: blue. Hex color #2A173C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A173C is #D5E8C3. Grayscale: #202020. Windows color (decimal): -14018756 or 3938090. OLE color: 3938090.

HSL color Cylindrical-coordinate representation of color #2A173C: hue angle of 270.81º 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 #2A173C is Cyan = 0.3, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 42 23 60 -
CMYK 0.3 0.62 0 0.76
HSL 270.81º 0.45% 0.16% -
HSV(B) 270.81º 0.62% 0.24% -
XYZ 2.08 1.43 4.44 -
YUV 32.9 143.29 134.49 -
System Red Green Blue C M Y K H S L
Decimal 42 23 60 0.3 0.62 0 0.76 270.81 0.45 0.16
Hex 2A 17 3C 1E 3E 0 4C 10F 2D 10
Octal 52 27 74 36 76 0 114 417 55 20
Binary 101010 10111 111100 11110 111110 0 1001100 100001111 101101 10000

Color Harmonies of #2A173C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A173C

Black with #2A173C

Text Example


Text Example

White with #2A173C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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