Html Css Color HEX #2C094D Blackcurrant

📋 copy color: '#2C094D'

red 44 ◦ green 9 ◦ blue 77

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

Shades of Blackcurrant #2C094D

Tints of Blackcurrant #2C094D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.92%

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

R = 33.85%
G = 6.92%
B = 59.23%

CMYK

 C value IS 0.43

 M value IS 0.88

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#2C094D (or 0x2C094D) is known color: Blackcurrant. HEX triplet: 2C, 09 and 4D. RGB value is (44,9,77). Sum of RGB (Red+Green+Blue) = 44+9+77=130 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.85% from 130); Green value is 9 (3.91% from 255 or 6.92% from 130); Blue value is 77 (30.47% from 255 or 59.23% from 130); Max value from RGB is 77 - color contains mainly: blue. Hex color #2C094D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C094D is #D3F6B2. Grayscale: #1A1A1A. Windows color (decimal): -13891251 or 5048620. OLE color: 5048620.

HSL color Cylindrical-coordinate representation of color #2C094D: hue angle of 270.88º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2C094D is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 44 9 77 -
CMYK 0.43 0.88 0 0.70
HSL 270.88º 0.79% 0.17% -
HSV(B) 270.88º 0.88% 0.3% -
XYZ 2.48 1.27 7.14 -
YUV 27.22 156.1 139.97 -
System Red Green Blue C M Y K H S L
Decimal 44 9 77 0.43 0.88 0 0.70 270.88 0.79 0.17
Hex 2C 9 4D 2B 58 0 46 10F 4F 11
Octal 54 11 115 53 130 0 106 417 117 21
Binary 101100 1001 1001101 101011 1011000 0 1000110 100001111 1001111 10001

Color Harmonies of #2C094D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C094D

Black with #2C094D

Text Example


Text Example

White with #2C094D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,9,77); }

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

background-color css

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

 a { background-color: rgb(44,9,77); }

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

border-color css

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

 span { border-color: rgb(44,9,77); }

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