Html Css Color HEX #321648 Blackcurrant

📋 copy color: '#321648'

red 50 ◦ green 22 ◦ blue 72

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

Shades of Blackcurrant #321648

Tints of Blackcurrant #321648

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.28%

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

R = 34.72%
G = 15.28%
B = 50%

CMYK

 C value IS 0.31

 M value IS 0.69

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#321648 (or 0x321648) is known color: Blackcurrant. HEX triplet: 32, 16 and 48. RGB value is (50,22,72). Sum of RGB (Red+Green+Blue) = 50+22+72=144 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.72% from 144); Green value is 22 (8.98% from 255 or 15.28% 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 #321648 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321648 is #CDE9B7. Grayscale: #232323. Windows color (decimal): -13494712 or 4724274. OLE color: 4724274.

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

Color convert

RGB 50 22 72 -
CMYK 0.31 0.69 0 0.72
HSL 273.6º 0.53% 0.18% -
HSV(B) 273.6º 0.69% 0.28% -
XYZ 2.77 1.72 6.32 -
YUV 36.07 148.28 137.93 -
System Red Green Blue C M Y K H S L
Decimal 50 22 72 0.31 0.69 0 0.72 273.6 0.53 0.18
Hex 32 16 48 1F 45 0 48 112 35 12
Octal 62 26 110 37 105 0 110 422 65 22
Binary 110010 10110 1001000 11111 1000101 0 1001000 100010010 110101 10010

Color Harmonies of #321648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321648

Black with #321648

Text Example


Text Example

White with #321648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321648; }

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

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

background-color css

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

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

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

border-color css

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

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

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