Html Css Color HEX #331049 Blackcurrant

📋 copy color: '#331049'

red 51 ◦ green 16 ◦ blue 73

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

Shades of Blackcurrant #331049

Tints of Blackcurrant #331049

RGB

 RED value IS 51 (20.31% from 255) = 36.43%

 GREEN value IS 16 (6.64% from 255) = 11.43%

 BLUE value IS 73 (28.91% from 255) = 52.14%

R = 36.43%
G = 11.43%
B = 52.14%

CMYK

 C value IS 0.30

 M value IS 0.78

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#331049 (or 0x331049) is known color: Blackcurrant. HEX triplet: 33, 10 and 49. RGB value is (51,16,73). Sum of RGB (Red+Green+Blue) = 51+16+73=140 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.43% from 140); Green value is 16 (6.64% from 255 or 11.43% from 140); Blue value is 73 (28.91% from 255 or 52.14% from 140); Max value from RGB is 73 - color contains mainly: blue. Hex color #331049 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331049 is #CCEFB6. Grayscale: #202020. Windows color (decimal): -13430711 or 4788275. OLE color: 4788275.

HSL color Cylindrical-coordinate representation of color #331049: hue angle of 276.84º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #331049 is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 51 16 73 -
CMYK 0.30 0.78 0 0.71
HSL 276.84º 0.64% 0.17% -
HSV(B) 276.84º 0.78% 0.29% -
XYZ 2.75 1.56 6.46 -
YUV 32.96 150.6 140.87 -
System Red Green Blue C M Y K H S L
Decimal 51 16 73 0.30 0.78 0 0.71 276.84 0.64 0.17
Hex 33 10 49 1E 4E 0 47 115 40 11
Octal 63 20 111 36 116 0 107 425 100 21
Binary 110011 10000 1001001 11110 1001110 0 1000111 100010101 1000000 10001

Color Harmonies of #331049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331049

Black with #331049

Text Example


Text Example

White with #331049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331049; }

 p { color: rgb(51,16,73); }

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

background-color css

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

 a { background-color: rgb(51,16,73); }

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

border-color css

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

 span { border-color: rgb(51,16,73); }

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