Html Css Color HEX #331548 Blackcurrant

📋 copy color: '#331548'

red 51 ◦ green 21 ◦ blue 72

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

Shades of Blackcurrant #331548

Tints of Blackcurrant #331548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 50%

R = 35.42%
G = 14.58%
B = 50%

CMYK

 C value IS 0.29

 M value IS 0.71

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#331548 (or 0x331548) is known color: Blackcurrant. HEX triplet: 33, 15 and 48. RGB value is (51,21,72). Sum of RGB (Red+Green+Blue) = 51+21+72=144 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.42% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 72 (28.52% from 255 or 50% from 144); Max value from RGB is 72 - color contains mainly: blue. Hex color #331548 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331548 is #CCEAB7. Grayscale: #232323. Windows color (decimal): -13429432 or 4724019. OLE color: 4724019.

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

Color convert

RGB 51 21 72 -
CMYK 0.29 0.71 0 0.72
HSL 275.29º 0.55% 0.18% -
HSV(B) 275.29º 0.71% 0.28% -
XYZ 2.8 1.71 6.31 -
YUV 35.78 148.44 138.85 -
System Red Green Blue C M Y K H S L
Decimal 51 21 72 0.29 0.71 0 0.72 275.29 0.55 0.18
Hex 33 15 48 1D 47 0 48 113 37 12
Octal 63 25 110 35 107 0 110 423 67 22
Binary 110011 10101 1001000 11101 1000111 0 1001000 100010011 110111 10010

Color Harmonies of #331548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331548

Black with #331548

Text Example


Text Example

White with #331548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331548; }

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

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

background-color css

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

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

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

border-color css

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

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

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