Html Css Color HEX #2C0A4E Blackcurrant

📋 copy color: '#2C0A4E'

red 44 ◦ green 10 ◦ blue 78

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

Shades of Blackcurrant #2C0A4E

Tints of Blackcurrant #2C0A4E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.58%

 BLUE value IS 78 (30.86% from 255) = 59.09%

R = 33.33%
G = 7.58%
B = 59.09%

CMYK

 C value IS 0.44

 M value IS 0.87

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2C0A4E (or 0x2C0A4E) is known color: Blackcurrant. HEX triplet: 2C, 0A and 4E. RGB value is (44,10,78). Sum of RGB (Red+Green+Blue) = 44+10+78=132 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.33% from 132); Green value is 10 (4.30% from 255 or 7.58% from 132); Blue value is 78 (30.86% from 255 or 59.09% from 132); Max value from RGB is 78 - color contains mainly: blue. Hex color #2C0A4E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0A4E is #D3F5B1. Grayscale: #1B1B1B. Windows color (decimal): -13890994 or 5114412. OLE color: 5114412.

HSL color Cylindrical-coordinate representation of color #2C0A4E: hue angle of 270º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2C0A4E is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 44 10 78 -
CMYK 0.44 0.87 0 0.69
HSL 270º 0.77% 0.17% -
HSV(B) 270º 0.87% 0.31% -
XYZ 2.52 1.3 7.33 -
YUV 27.92 156.26 139.47 -
System Red Green Blue C M Y K H S L
Decimal 44 10 78 0.44 0.87 0 0.69 270 0.77 0.17
Hex 2C A 4E 2C 57 0 45 10E 4D 11
Octal 54 12 116 54 127 0 105 416 115 21
Binary 101100 1010 1001110 101100 1010111 0 1000101 100001110 1001101 10001

Color Harmonies of #2C0A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C0A4E

Black with #2C0A4E

Text Example


Text Example

White with #2C0A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,10,78); }

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

background-color css

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

 a { background-color: rgb(44,10,78); }

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

border-color css

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

 span { border-color: rgb(44,10,78); }

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