Html Css Color HEX #331549 Blackcurrant

📋 copy color: '#331549'

red 51 ◦ green 21 ◦ blue 73

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

Shades of Blackcurrant #331549

Tints of Blackcurrant #331549

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.48%

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

R = 35.17%
G = 14.48%
B = 50.34%

CMYK

 C value IS 0.30

 M value IS 0.71

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#331549 (or 0x331549) is known color: Blackcurrant. HEX triplet: 33, 15 and 49. RGB value is (51,21,73). Sum of RGB (Red+Green+Blue) = 51+21+73=145 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.17% from 145); Green value is 21 (8.59% from 255 or 14.48% from 145); Blue value is 73 (28.91% from 255 or 50.34% from 145); Max value from RGB is 73 - color contains mainly: blue. Hex color #331549 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331549 is #CCEAB6. Grayscale: #232323. Windows color (decimal): -13429431 or 4789555. OLE color: 4789555.

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

Color convert

RGB 51 21 73 -
CMYK 0.30 0.71 0 0.71
HSL 274.62º 0.55% 0.18% -
HSV(B) 274.62º 0.71% 0.29% -
XYZ 2.84 1.72 6.49 -
YUV 35.9 148.94 138.77 -
System Red Green Blue C M Y K H S L
Decimal 51 21 73 0.30 0.71 0 0.71 274.62 0.55 0.18
Hex 33 15 49 1E 47 0 47 113 37 12
Octal 63 25 111 36 107 0 107 423 67 22
Binary 110011 10101 1001001 11110 1000111 0 1000111 100010011 110111 10010

Color Harmonies of #331549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331549

Black with #331549

Text Example


Text Example

White with #331549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331549; }

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

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

background-color css

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

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

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

border-color css

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

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

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