Html Css Color HEX #2C094C Blackcurrant

📋 copy color: '#2C094C'

red 44 ◦ green 9 ◦ blue 76

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

Shades of Blackcurrant #2C094C

Tints of Blackcurrant #2C094C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 58.91%

R = 34.11%
G = 6.98%
B = 58.91%

CMYK

 C value IS 0.42

 M value IS 0.88

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#2C094C (or 0x2C094C) is known color: Blackcurrant. HEX triplet: 2C, 09 and 4C. RGB value is (44,9,76). Sum of RGB (Red+Green+Blue) = 44+9+76=129 (17% of max value = 765). Red value is 44 (17.58% from 255 or 34.11% from 129); Green value is 9 (3.91% from 255 or 6.98% from 129); Blue value is 76 (30.08% from 255 or 58.91% from 129); Max value from RGB is 76 - color contains mainly: blue. Hex color #2C094C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C094C is #D3F6B3. Grayscale: #1A1A1A. Windows color (decimal): -13891252 or 4983084. OLE color: 4983084.

HSL color Cylindrical-coordinate representation of color #2C094C: hue angle of 271.34º 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 #2C094C is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 44 9 76 -
CMYK 0.42 0.88 0 0.70
HSL 271.34º 0.79% 0.17% -
HSV(B) 271.34º 0.88% 0.3% -
XYZ 2.44 1.25 6.95 -
YUV 27.1 155.6 140.05 -
System Red Green Blue C M Y K H S L
Decimal 44 9 76 0.42 0.88 0 0.70 271.34 0.79 0.17
Hex 2C 9 4C 2A 58 0 46 10F 4F 11
Octal 54 11 114 52 130 0 106 417 117 21
Binary 101100 1001 1001100 101010 1011000 0 1000110 100001111 1001111 10001

Color Harmonies of #2C094C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C094C

Black with #2C094C

Text Example


Text Example

White with #2C094C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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