Html Css Color HEX #2C0948 Blackcurrant

📋 copy color: '#2C0948'

red 44 ◦ green 9 ◦ blue 72

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

Shades of Blackcurrant #2C0948

Tints of Blackcurrant #2C0948

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.2%

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

R = 35.2%
G = 7.2%
B = 57.6%

CMYK

 C value IS 0.39

 M value IS 0.88

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#2C0948 (or 0x2C0948) is known color: Blackcurrant. HEX triplet: 2C, 09 and 48. RGB value is (44,9,72). Sum of RGB (Red+Green+Blue) = 44+9+72=125 (16% of max value = 765). Red value is 44 (17.58% from 255 or 35.2% from 125); Green value is 9 (3.91% from 255 or 7.2% from 125); Blue value is 72 (28.52% from 255 or 57.6% from 125); Max value from RGB is 72 - color contains mainly: blue. Hex color #2C0948 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0948 is #D3F6B7. Grayscale: #1A1A1A. Windows color (decimal): -13891256 or 4720940. OLE color: 4720940.

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

Color convert

RGB 44 9 72 -
CMYK 0.39 0.88 0 0.72
HSL 273.33º 0.78% 0.16% -
HSV(B) 273.33º 0.88% 0.28% -
XYZ 2.31 1.2 6.24 -
YUV 26.65 153.6 140.38 -
System Red Green Blue C M Y K H S L
Decimal 44 9 72 0.39 0.88 0 0.72 273.33 0.78 0.16
Hex 2C 9 48 27 58 0 48 111 4E 10
Octal 54 11 110 47 130 0 110 421 116 20
Binary 101100 1001 1001000 100111 1011000 0 1001000 100010001 1001110 10000

Color Harmonies of #2C0948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C0948

Black with #2C0948

Text Example


Text Example

White with #2C0948

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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