Html Css Color HEX #2A173E Blackcurrant

📋 copy color: '#2A173E'

red 42 ◦ green 23 ◦ blue 62

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

Shades of Blackcurrant #2A173E

Tints of Blackcurrant #2A173E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 48.82%

R = 33.07%
G = 18.11%
B = 48.82%

CMYK

 C value IS 0.32

 M value IS 0.63

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2A173E (or 0x2A173E) is known color: Blackcurrant. HEX triplet: 2A, 17 and 3E. RGB value is (42,23,62). Sum of RGB (Red+Green+Blue) = 42+23+62=127 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.07% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 62 (24.61% from 255 or 48.82% from 127); Max value from RGB is 62 - color contains mainly: blue. Hex color #2A173E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A173E is #D5E8C1. Grayscale: #202020. Windows color (decimal): -14018754 or 4069162. OLE color: 4069162.

HSL color Cylindrical-coordinate representation of color #2A173E: hue angle of 269.23º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2A173E is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 42 23 62 -
CMYK 0.32 0.63 0 0.76
HSL 269.23º 0.46% 0.17% -
HSV(B) 269.23º 0.63% 0.24% -
XYZ 2.13 1.45 4.73 -
YUV 33.13 144.29 134.33 -
System Red Green Blue C M Y K H S L
Decimal 42 23 62 0.32 0.63 0 0.76 269.23 0.46 0.17
Hex 2A 17 3E 20 3F 0 4C 10D 2E 11
Octal 52 27 76 40 77 0 114 415 56 21
Binary 101010 10111 111110 100000 111111 0 1001100 100001101 101110 10001

Color Harmonies of #2A173E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A173E

Black with #2A173E

Text Example


Text Example

White with #2A173E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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