Html Css Color HEX #2A0040 Blackcurrant

📋 copy color: '#2A0040'

red 42 ◦ green 0 ◦ blue 64

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

Shades of Blackcurrant #2A0040

Tints of Blackcurrant #2A0040

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 39.62%
G = 0%
B = 60.38%

CMYK

 C value IS 0.34

 M value IS 1

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#2A0040 (or 0x2A0040) is known color: Blackcurrant. HEX triplet: 2A, 00 and 40. RGB value is (42,0,64). Sum of RGB (Red+Green+Blue) = 42+0+64=106 (14% of max value = 765). Red value is 42 (16.80% from 255 or 39.62% from 106); Green value is 0 (0.39% from 255 or 0% from 106); Blue value is 64 (25.39% from 255 or 60.38% from 106); Max value from RGB is 64 - color contains mainly: blue. Hex color #2A0040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0040 is #D5FFBF. Grayscale: #131313. Windows color (decimal): -14024640 or 4194346. OLE color: 4194346.

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

Color convert

RGB 42 0 64 -
CMYK 0.34 1 0 0.75
HSL 279.38º 1% 0.13% -
HSV(B) 279.38º 1% 0.25% -
XYZ 1.88 0.86 4.92 -
YUV 19.85 152.91 143.8 -
System Red Green Blue C M Y K H S L
Decimal 42 0 64 0.34 1 0 0.75 279.38 1 0.13
Hex 2A 0 40 22 64 0 4B 117 64 D
Octal 52 0 100 42 144 0 113 427 144 15
Binary 101010 0 1000000 100010 1100100 0 1001011 100010111 1100100 1101

Color Harmonies of #2A0040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A0040

Black with #2A0040

Text Example


Text Example

White with #2A0040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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