Html Css Color HEX #321548 Blackcurrant

📋 copy color: '#321548'

red 50 ◦ green 21 ◦ blue 72

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

Shades of Blackcurrant #321548

Tints of Blackcurrant #321548

RGB

 RED value IS 50 (19.92% from 255) = 34.97%

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

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

R = 34.97%
G = 14.69%
B = 50.35%

CMYK

 C value IS 0.31

 M value IS 0.71

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#321548 (or 0x321548) is known color: Blackcurrant. HEX triplet: 32, 15 and 48. RGB value is (50,21,72). Sum of RGB (Red+Green+Blue) = 50+21+72=143 (18% of max value = 765). Red value is 50 (19.92% from 255 or 34.97% from 143); Green value is 21 (8.59% from 255 or 14.69% from 143); Blue value is 72 (28.52% from 255 or 50.35% from 143); Max value from RGB is 72 - color contains mainly: blue. Hex color #321548 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321548 is #CDEAB7. Grayscale: #232323. Windows color (decimal): -13494968 or 4724018. OLE color: 4724018.

HSL color Cylindrical-coordinate representation of color #321548: hue angle of 274.12º 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 #321548 is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 50 21 72 -
CMYK 0.31 0.71 0 0.72
HSL 274.12º 0.55% 0.18% -
HSV(B) 274.12º 0.71% 0.28% -
XYZ 2.75 1.68 6.31 -
YUV 35.49 148.61 138.35 -
System Red Green Blue C M Y K H S L
Decimal 50 21 72 0.31 0.71 0 0.72 274.12 0.55 0.18
Hex 32 15 48 1F 47 0 48 112 37 12
Octal 62 25 110 37 107 0 110 422 67 22
Binary 110010 10101 1001000 11111 1000111 0 1001000 100010010 110111 10010

Color Harmonies of #321548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321548

Black with #321548

Text Example


Text Example

White with #321548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321548; }

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

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

background-color css

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

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

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

border-color css

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

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

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