Html Css Color HEX #331A49 Blackcurrant

📋 copy color: '#331A49'

red 51 ◦ green 26 ◦ blue 73

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

Shades of Blackcurrant #331A49

Tints of Blackcurrant #331A49

RGB

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

 GREEN value IS 26 (10.55% from 255) = 17.33%

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

R = 34%
G = 17.33%
B = 48.67%

CMYK

 C value IS 0.30

 M value IS 0.64

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#331A49 (or 0x331A49) is known color: Blackcurrant. HEX triplet: 33, 1A and 49. RGB value is (51,26,73). Sum of RGB (Red+Green+Blue) = 51+26+73=150 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34% from 150); Green value is 26 (10.55% from 255 or 17.33% from 150); Blue value is 73 (28.91% from 255 or 48.67% from 150); Max value from RGB is 73 - color contains mainly: blue. Hex color #331A49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331A49 is #CCE5B6. Grayscale: #262626. Windows color (decimal): -13428151 or 4790835. OLE color: 4790835.

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

Color convert

RGB 51 26 73 -
CMYK 0.30 0.64 0 0.71
HSL 271.91º 0.47% 0.19% -
HSV(B) 271.91º 0.64% 0.29% -
XYZ 2.94 1.92 6.52 -
YUV 38.83 147.28 136.68 -
System Red Green Blue C M Y K H S L
Decimal 51 26 73 0.30 0.64 0 0.71 271.91 0.47 0.19
Hex 33 1A 49 1E 40 0 47 110 2F 13
Octal 63 32 111 36 100 0 107 420 57 23
Binary 110011 11010 1001001 11110 1000000 0 1000111 100010000 101111 10011

Color Harmonies of #331A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331A49

Black with #331A49

Text Example


Text Example

White with #331A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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