Html Css Color HEX #331547 Blackcurrant

📋 copy color: '#331547'

red 51 ◦ green 21 ◦ blue 71

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

Shades of Blackcurrant #331547

Tints of Blackcurrant #331547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 49.65%

R = 35.66%
G = 14.69%
B = 49.65%

CMYK

 C value IS 0.28

 M value IS 0.70

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#331547 (or 0x331547) is known color: Blackcurrant. HEX triplet: 33, 15 and 47. RGB value is (51,21,71). Sum of RGB (Red+Green+Blue) = 51+21+71=143 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.66% from 143); Green value is 21 (8.59% from 255 or 14.69% from 143); Blue value is 71 (28.12% from 255 or 49.65% from 143); Max value from RGB is 71 - color contains mainly: blue. Hex color #331547 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331547 is #CCEAB8. Grayscale: #232323. Windows color (decimal): -13429433 or 4658483. OLE color: 4658483.

HSL color Cylindrical-coordinate representation of color #331547: hue angle of 276º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #331547 is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 51 21 71 -
CMYK 0.28 0.70 0 0.72
HSL 276º 0.54% 0.18% -
HSV(B) 276º 0.7% 0.28% -
XYZ 2.77 1.7 6.14 -
YUV 35.67 147.94 138.93 -
System Red Green Blue C M Y K H S L
Decimal 51 21 71 0.28 0.70 0 0.72 276 0.54 0.18
Hex 33 15 47 1C 46 0 48 114 36 12
Octal 63 25 107 34 106 0 110 424 66 22
Binary 110011 10101 1000111 11100 1000110 0 1001000 100010100 110110 10010

Color Harmonies of #331547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331547

Black with #331547

Text Example


Text Example

White with #331547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331547; }

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

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

background-color css

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

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

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

border-color css

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

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

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