Html Css Color HEX #331949 Blackcurrant

📋 copy color: '#331949'

red 51 ◦ green 25 ◦ blue 73

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

Shades of Blackcurrant #331949

Tints of Blackcurrant #331949

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.78%

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

R = 34.23%
G = 16.78%
B = 48.99%

CMYK

 C value IS 0.30

 M value IS 0.66

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#331949 (or 0x331949) is known color: Blackcurrant. HEX triplet: 33, 19 and 49. RGB value is (51,25,73). Sum of RGB (Red+Green+Blue) = 51+25+73=149 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.23% from 149); Green value is 25 (10.16% from 255 or 16.78% from 149); Blue value is 73 (28.91% from 255 or 48.99% from 149); Max value from RGB is 73 - color contains mainly: blue. Hex color #331949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331949 is #CCE6B6. Grayscale: #262626. Windows color (decimal): -13428407 or 4790579. OLE color: 4790579.

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

Color convert

RGB 51 25 73 -
CMYK 0.30 0.66 0 0.71
HSL 272.5º 0.49% 0.19% -
HSV(B) 272.5º 0.66% 0.29% -
XYZ 2.92 1.88 6.51 -
YUV 38.25 147.61 137.1 -
System Red Green Blue C M Y K H S L
Decimal 51 25 73 0.30 0.66 0 0.71 272.5 0.49 0.19
Hex 33 19 49 1E 42 0 47 110 31 13
Octal 63 31 111 36 102 0 107 420 61 23
Binary 110011 11001 1001001 11110 1000010 0 1000111 100010000 110001 10011

Color Harmonies of #331949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331949

Black with #331949

Text Example


Text Example

White with #331949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331949; }

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

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

background-color css

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

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

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

border-color css

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

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

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