Html Css Color HEX #2C084F Blackcurrant

📋 copy color: '#2C084F'

red 44 ◦ green 8 ◦ blue 79

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

Shades of Blackcurrant #2C084F

Tints of Blackcurrant #2C084F

RGB

 RED value IS 44 (17.58% from 255) = 33.59%

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

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

R = 33.59%
G = 6.11%
B = 60.31%

CMYK

 C value IS 0.44

 M value IS 0.90

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2C084F (or 0x2C084F) is known color: Blackcurrant. HEX triplet: 2C, 08 and 4F. RGB value is (44,8,79). Sum of RGB (Red+Green+Blue) = 44+8+79=131 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.59% from 131); Green value is 8 (3.52% from 255 or 6.11% from 131); Blue value is 79 (31.25% from 255 or 60.31% from 131); Max value from RGB is 79 - color contains mainly: blue. Hex color #2C084F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C084F is #D3F7B0. Grayscale: #1A1A1A. Windows color (decimal): -13891505 or 5179436. OLE color: 5179436.

HSL color Cylindrical-coordinate representation of color #2C084F: hue angle of 270.42º 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 #2C084F is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 44 8 79 -
CMYK 0.44 0.90 0 0.69
HSL 270.42º 0.82% 0.17% -
HSV(B) 270.42º 0.9% 0.31% -
XYZ 2.54 1.27 7.51 -
YUV 26.86 157.43 140.23 -
System Red Green Blue C M Y K H S L
Decimal 44 8 79 0.44 0.90 0 0.69 270.42 0.82 0.17
Hex 2C 8 4F 2C 5A 0 45 10E 52 11
Octal 54 10 117 54 132 0 105 416 122 21
Binary 101100 1000 1001111 101100 1011010 0 1000101 100001110 1010010 10001

Color Harmonies of #2C084F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C084F

Black with #2C084F

Text Example


Text Example

White with #2C084F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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