Html Css Color HEX #2C0044 Blackcurrant

📋 copy color: '#2C0044'

red 44 ◦ green 0 ◦ blue 68

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

Shades of Blackcurrant #2C0044

Tints of Blackcurrant #2C0044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 60.71%

R = 39.29%
G = 0%
B = 60.71%

CMYK

 C value IS 0.35

 M value IS 1

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#2C0044 (or 0x2C0044) is known color: Blackcurrant. HEX triplet: 2C, 00 and 44. RGB value is (44,0,68). Sum of RGB (Red+Green+Blue) = 44+0+68=112 (14% of max value = 765). Red value is 44 (17.58% from 255 or 39.29% from 112); Green value is 0 (0.39% from 255 or 0% from 112); Blue value is 68 (26.95% from 255 or 60.71% from 112); Max value from RGB is 68 - color contains mainly: blue. Hex color #2C0044 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0044 is #D3FFBB. Grayscale: #141414. Windows color (decimal): -13893564 or 4456492. OLE color: 4456492.

HSL color Cylindrical-coordinate representation of color #2C0044: hue angle of 278.82º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2C0044 is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 44 0 68 -
CMYK 0.35 1 0 0.73
HSL 278.82º 1% 0.13% -
HSV(B) 278.82º 1% 0.27% -
XYZ 2.08 0.95 5.54 -
YUV 20.91 154.58 144.47 -
System Red Green Blue C M Y K H S L
Decimal 44 0 68 0.35 1 0 0.73 278.82 1 0.13
Hex 2C 0 44 23 64 0 49 117 64 D
Octal 54 0 104 43 144 0 111 427 144 15
Binary 101100 0 1000100 100011 1100100 0 1001001 100010111 1100100 1101

Color Harmonies of #2C0044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C0044

Black with #2C0044

Text Example


Text Example

White with #2C0044

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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