Html Css Color HEX #2A004D Blackcurrant

📋 copy color: '#2A004D'

red 42 ◦ green 0 ◦ blue 77

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

Shades of Blackcurrant #2A004D

Tints of Blackcurrant #2A004D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 64.71%

R = 35.29%
G = 0%
B = 64.71%

CMYK

 C value IS 0.45

 M value IS 1

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#2A004D (or 0x2A004D) is known color: Blackcurrant. HEX triplet: 2A, 00 and 4D. RGB value is (42,0,77). Sum of RGB (Red+Green+Blue) = 42+0+77=119 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.29% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 77 (30.47% from 255 or 64.71% from 119); Max value from RGB is 77 - color contains mainly: blue. Hex color #2A004D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A004D is #D5FFB2. Grayscale: #151515. Windows color (decimal): -14024627 or 5046314. OLE color: 5046314.

HSL color Cylindrical-coordinate representation of color #2A004D: hue angle of 272.73º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A004D is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 42 0 77 -
CMYK 0.45 1 0 0.70
HSL 272.73º 1% 0.15% -
HSV(B) 272.73º 1% 0.3% -
XYZ 2.29 1.03 7.1 -
YUV 21.34 159.41 142.74 -
System Red Green Blue C M Y K H S L
Decimal 42 0 77 0.45 1 0 0.70 272.73 1 0.15
Hex 2A 0 4D 2D 64 0 46 111 64 F
Octal 52 0 115 55 144 0 106 421 144 17
Binary 101010 0 1001101 101101 1100100 0 1000110 100010001 1100100 1111

Color Harmonies of #2A004D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A004D

Black with #2A004D

Text Example


Text Example

White with #2A004D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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