Html Css Color HEX #321644 Blackcurrant

📋 copy color: '#321644'

red 50 ◦ green 22 ◦ blue 68

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

Shades of Blackcurrant #321644

Tints of Blackcurrant #321644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 48.57%

R = 35.71%
G = 15.71%
B = 48.57%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#321644 (or 0x321644) is known color: Blackcurrant. HEX triplet: 32, 16 and 44. RGB value is (50,22,68). Sum of RGB (Red+Green+Blue) = 50+22+68=140 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.71% from 140); Green value is 22 (8.98% from 255 or 15.71% from 140); Blue value is 68 (26.95% from 255 or 48.57% from 140); Max value from RGB is 68 - color contains mainly: blue. Hex color #321644 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321644 is #CDE9BB. Grayscale: #232323. Windows color (decimal): -13494716 or 4462130. OLE color: 4462130.

HSL color Cylindrical-coordinate representation of color #321644: hue angle of 276.52º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #321644 is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 50 22 68 -
CMYK 0.26 0.68 0 0.73
HSL 276.52º 0.51% 0.18% -
HSV(B) 276.52º 0.68% 0.27% -
XYZ 2.65 1.67 5.65 -
YUV 35.62 146.28 138.26 -
System Red Green Blue C M Y K H S L
Decimal 50 22 68 0.26 0.68 0 0.73 276.52 0.51 0.18
Hex 32 16 44 1A 44 0 49 115 33 12
Octal 62 26 104 32 104 0 111 425 63 22
Binary 110010 10110 1000100 11010 1000100 0 1001001 100010101 110011 10010

Color Harmonies of #321644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321644

Black with #321644

Text Example


Text Example

White with #321644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321644; }

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

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

background-color css

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

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

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

border-color css

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

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

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