Html Css Color HEX #2C004C Blackcurrant

📋 copy color: '#2C004C'

red 44 ◦ green 0 ◦ blue 76

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

Shades of Blackcurrant #2C004C

Tints of Blackcurrant #2C004C

RGB

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

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

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

R = 36.67%
G = 0%
B = 63.33%

CMYK

 C value IS 0.42

 M value IS 1

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#2C004C (or 0x2C004C) is known color: Blackcurrant. HEX triplet: 2C, 00 and 4C. RGB value is (44,0,76). Sum of RGB (Red+Green+Blue) = 44+0+76=120 (15% of max value = 765). Red value is 44 (17.58% from 255 or 36.67% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 76 (30.08% from 255 or 63.33% from 120); Max value from RGB is 76 - color contains mainly: blue. Hex color #2C004C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C004C is #D3FFB3. Grayscale: #151515. Windows color (decimal): -13893556 or 4980780. OLE color: 4980780.

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

Color convert

RGB 44 0 76 -
CMYK 0.42 1 0 0.70
HSL 274.74º 1% 0.15% -
HSV(B) 274.74º 1% 0.3% -
XYZ 2.34 1.06 6.92 -
YUV 21.82 158.58 143.82 -
System Red Green Blue C M Y K H S L
Decimal 44 0 76 0.42 1 0 0.70 274.74 1 0.15
Hex 2C 0 4C 2A 64 0 46 113 64 F
Octal 54 0 114 52 144 0 106 423 144 17
Binary 101100 0 1001100 101010 1100100 0 1000110 100010011 1100100 1111

Color Harmonies of #2C004C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C004C

Black with #2C004C

Text Example


Text Example

White with #2C004C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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