Html Css Color HEX #2C004D Blackcurrant

📋 copy color: '#2C004D'

red 44 ◦ green 0 ◦ blue 77

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

Shades of Blackcurrant #2C004D

Tints of Blackcurrant #2C004D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 36.36%
G = 0%
B = 63.64%

CMYK

 C value IS 0.43

 M value IS 1

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#2C004D (or 0x2C004D) is known color: Blackcurrant. HEX triplet: 2C, 00 and 4D. RGB value is (44,0,77). Sum of RGB (Red+Green+Blue) = 44+0+77=121 (16% of max value = 765). Red value is 44 (17.58% from 255 or 36.36% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 77 (30.47% from 255 or 63.64% from 121); Max value from RGB is 77 - color contains mainly: blue. Hex color #2C004D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C004D is #D3FFB2. Grayscale: #151515. Windows color (decimal): -13893555 or 5046316. OLE color: 5046316.

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

Color convert

RGB 44 0 77 -
CMYK 0.43 1 0 0.70
HSL 274.29º 1% 0.15% -
HSV(B) 274.29º 1% 0.3% -
XYZ 2.38 1.07 7.1 -
YUV 21.93 159.08 143.74 -
System Red Green Blue C M Y K H S L
Decimal 44 0 77 0.43 1 0 0.70 274.29 1 0.15
Hex 2C 0 4D 2B 64 0 46 112 64 F
Octal 54 0 115 53 144 0 106 422 144 17
Binary 101100 0 1001101 101011 1100100 0 1000110 100010010 1100100 1111

Color Harmonies of #2C004D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C004D

Black with #2C004D

Text Example


Text Example

White with #2C004D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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