Html Css Color HEX #331C49 Blackcurrant

📋 copy color: '#331C49'

red 51 ◦ green 28 ◦ blue 73

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

Shades of Blackcurrant #331C49

Tints of Blackcurrant #331C49

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.42%

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

R = 33.55%
G = 18.42%
B = 48.03%

CMYK

 C value IS 0.30

 M value IS 0.62

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#331C49 (or 0x331C49) is known color: Blackcurrant. HEX triplet: 33, 1C and 49. RGB value is (51,28,73). Sum of RGB (Red+Green+Blue) = 51+28+73=152 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.55% from 152); Green value is 28 (11.33% from 255 or 18.42% from 152); Blue value is 73 (28.91% from 255 or 48.03% from 152); Max value from RGB is 73 - color contains mainly: blue. Hex color #331C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331C49 is #CCE3B6. Grayscale: #272727. Windows color (decimal): -13427639 or 4791347. OLE color: 4791347.

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

Color convert

RGB 51 28 73 -
CMYK 0.30 0.62 0 0.71
HSL 270.67º 0.45% 0.2% -
HSV(B) 270.67º 0.62% 0.29% -
XYZ 2.98 2.02 6.54 -
YUV 40.01 146.62 135.84 -
System Red Green Blue C M Y K H S L
Decimal 51 28 73 0.30 0.62 0 0.71 270.67 0.45 0.2
Hex 33 1C 49 1E 3E 0 47 10F 2D 14
Octal 63 34 111 36 76 0 107 417 55 24
Binary 110011 11100 1001001 11110 111110 0 1000111 100001111 101101 10100

Color Harmonies of #331C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331C49

Black with #331C49

Text Example


Text Example

White with #331C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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