Html Css Color HEX #2A1740 Blackcurrant

📋 copy color: '#2A1740'

red 42 ◦ green 23 ◦ blue 64

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

Shades of Blackcurrant #2A1740

Tints of Blackcurrant #2A1740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 49.61%

R = 32.56%
G = 17.83%
B = 49.61%

CMYK

 C value IS 0.34

 M value IS 0.64

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#2A1740 (or 0x2A1740) is known color: Blackcurrant. HEX triplet: 2A, 17 and 40. RGB value is (42,23,64). Sum of RGB (Red+Green+Blue) = 42+23+64=129 (17% of max value = 765). Red value is 42 (16.80% from 255 or 32.56% from 129); Green value is 23 (9.38% from 255 or 17.83% from 129); Blue value is 64 (25.39% from 255 or 49.61% from 129); Max value from RGB is 64 - color contains mainly: blue. Hex color #2A1740 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1740 is #D5E8BF. Grayscale: #212121. Windows color (decimal): -14018752 or 4200234. OLE color: 4200234.

HSL color Cylindrical-coordinate representation of color #2A1740: hue angle of 267.8º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A1740 is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 42 23 64 -
CMYK 0.34 0.64 0 0.75
HSL 267.8º 0.47% 0.17% -
HSV(B) 267.8º 0.64% 0.25% -
XYZ 2.19 1.48 5.02 -
YUV 33.36 145.29 134.17 -
System Red Green Blue C M Y K H S L
Decimal 42 23 64 0.34 0.64 0 0.75 267.8 0.47 0.17
Hex 2A 17 40 22 40 0 4B 10C 2F 11
Octal 52 27 100 42 100 0 113 414 57 21
Binary 101010 10111 1000000 100010 1000000 0 1001011 100001100 101111 10001

Color Harmonies of #2A1740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A1740

Black with #2A1740

Text Example


Text Example

White with #2A1740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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