Html Css Color HEX #2C0748 Blackcurrant

📋 copy color: '#2C0748'

red 44 ◦ green 7 ◦ blue 72

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

Shades of Blackcurrant #2C0748

Tints of Blackcurrant #2C0748

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.69%

 BLUE value IS 72 (28.52% from 255) = 58.54%

R = 35.77%
G = 5.69%
B = 58.54%

CMYK

 C value IS 0.39

 M value IS 0.90

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#2C0748 (or 0x2C0748) is known color: Blackcurrant. HEX triplet: 2C, 07 and 48. RGB value is (44,7,72). Sum of RGB (Red+Green+Blue) = 44+7+72=123 (16% of max value = 765). Red value is 44 (17.58% from 255 or 35.77% from 123); Green value is 7 (3.12% from 255 or 5.69% from 123); Blue value is 72 (28.52% from 255 or 58.54% from 123); Max value from RGB is 72 - color contains mainly: blue. Hex color #2C0748 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0748 is #D3F8B7. Grayscale: #191919. Windows color (decimal): -13891768 or 4720428. OLE color: 4720428.

HSL color Cylindrical-coordinate representation of color #2C0748: hue angle of 274.15º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2C0748 is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 44 7 72 -
CMYK 0.39 0.90 0 0.72
HSL 274.15º 0.82% 0.15% -
HSV(B) 274.15º 0.9% 0.28% -
XYZ 2.28 1.16 6.23 -
YUV 25.47 154.26 141.21 -
System Red Green Blue C M Y K H S L
Decimal 44 7 72 0.39 0.90 0 0.72 274.15 0.82 0.15
Hex 2C 7 48 27 5A 0 48 112 52 F
Octal 54 7 110 47 132 0 110 422 122 17
Binary 101100 111 1001000 100111 1011010 0 1001000 100010010 1010010 1111

Color Harmonies of #2C0748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C0748

Black with #2C0748

Text Example


Text Example

White with #2C0748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,7,72); }

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

background-color css

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

 a { background-color: rgb(44,7,72); }

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

border-color css

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

 span { border-color: rgb(44,7,72); }

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