Html Css Color HEX #2A084F Blackcurrant

📋 copy color: '#2A084F'

red 42 ◦ green 8 ◦ blue 79

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

Shades of Blackcurrant #2A084F

Tints of Blackcurrant #2A084F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.2%

 BLUE value IS 79 (31.25% from 255) = 61.24%

R = 32.56%
G = 6.2%
B = 61.24%

CMYK

 C value IS 0.47

 M value IS 0.90

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2A084F (or 0x2A084F) is known color: Blackcurrant. HEX triplet: 2A, 08 and 4F. RGB value is (42,8,79). Sum of RGB (Red+Green+Blue) = 42+8+79=129 (17% of max value = 765). Red value is 42 (16.80% from 255 or 32.56% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 79 (31.25% from 255 or 61.24% from 129); Max value from RGB is 79 - color contains mainly: blue. Hex color #2A084F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A084F is #D5F7B0. Grayscale: #1A1A1A. Windows color (decimal): -14022577 or 5179434. OLE color: 5179434.

HSL color Cylindrical-coordinate representation of color #2A084F: hue angle of 268.73º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2A084F is Cyan = 0.47, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 42 8 79 -
CMYK 0.47 0.90 0 0.69
HSL 268.73º 0.82% 0.17% -
HSV(B) 268.73º 0.9% 0.31% -
XYZ 2.45 1.23 7.51 -
YUV 26.26 157.76 139.23 -
System Red Green Blue C M Y K H S L
Decimal 42 8 79 0.47 0.90 0 0.69 268.73 0.82 0.17
Hex 2A 8 4F 2F 5A 0 45 10D 52 11
Octal 52 10 117 57 132 0 105 415 122 21
Binary 101010 1000 1001111 101111 1011010 0 1000101 100001101 1010010 10001

Color Harmonies of #2A084F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A084F

Black with #2A084F

Text Example


Text Example

White with #2A084F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,8,79); }

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

background-color css

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

 a { background-color: rgb(42,8,79); }

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

border-color css

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

 span { border-color: rgb(42,8,79); }

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