Html Css Color HEX #2C1248 Blackcurrant

📋 copy color: '#2C1248'

red 44 ◦ green 18 ◦ blue 72

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

Shades of Blackcurrant #2C1248

Tints of Blackcurrant #2C1248

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.43%

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

R = 32.84%
G = 13.43%
B = 53.73%

CMYK

 C value IS 0.39

 M value IS 0.75

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#2C1248 (or 0x2C1248) is known color: Blackcurrant. HEX triplet: 2C, 12 and 48. RGB value is (44,18,72). Sum of RGB (Red+Green+Blue) = 44+18+72=134 (17% of max value = 765). Red value is 44 (17.58% from 255 or 32.84% from 134); Green value is 18 (7.42% from 255 or 13.43% from 134); Blue value is 72 (28.52% from 255 or 53.73% from 134); Max value from RGB is 72 - color contains mainly: blue. Hex color #2C1248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C1248 is #D3EDB7. Grayscale: #1F1F1F. Windows color (decimal): -13888952 or 4723244. OLE color: 4723244.

HSL color Cylindrical-coordinate representation of color #2C1248: hue angle of 268.89º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2C1248 is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 44 18 72 -
CMYK 0.39 0.75 0 0.72
HSL 268.89º 0.6% 0.18% -
HSV(B) 268.89º 0.75% 0.28% -
XYZ 2.42 1.44 6.28 -
YUV 31.93 150.61 136.61 -
System Red Green Blue C M Y K H S L
Decimal 44 18 72 0.39 0.75 0 0.72 268.89 0.6 0.18
Hex 2C 12 48 27 4B 0 48 10D 3C 12
Octal 54 22 110 47 113 0 110 415 74 22
Binary 101100 10010 1001000 100111 1001011 0 1001000 100001101 111100 10010

Color Harmonies of #2C1248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C1248

Black with #2C1248

Text Example


Text Example

White with #2C1248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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