Html Css Color HEX #321544 Blackcurrant

📋 copy color: '#321544'

red 50 ◦ green 21 ◦ blue 68

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

Shades of Blackcurrant #321544

Tints of Blackcurrant #321544

RGB

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

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

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

R = 35.97%
G = 15.11%
B = 48.92%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#321544 (or 0x321544) is known color: Blackcurrant. HEX triplet: 32, 15 and 44. RGB value is (50,21,68). Sum of RGB (Red+Green+Blue) = 50+21+68=139 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.97% from 139); Green value is 21 (8.59% from 255 or 15.11% from 139); Blue value is 68 (26.95% from 255 or 48.92% from 139); Max value from RGB is 68 - color contains mainly: blue. Hex color #321544 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321544 is #CDEABB. Grayscale: #222222. Windows color (decimal): -13494972 or 4461874. OLE color: 4461874.

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

Color convert

RGB 50 21 68 -
CMYK 0.26 0.69 0 0.73
HSL 277.02º 0.53% 0.17% -
HSV(B) 277.02º 0.69% 0.27% -
XYZ 2.63 1.63 5.65 -
YUV 35.03 146.61 138.68 -
System Red Green Blue C M Y K H S L
Decimal 50 21 68 0.26 0.69 0 0.73 277.02 0.53 0.17
Hex 32 15 44 1A 45 0 49 115 35 11
Octal 62 25 104 32 105 0 111 425 65 21
Binary 110010 10101 1000100 11010 1000101 0 1001001 100010101 110101 10001

Color Harmonies of #321544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321544

Black with #321544

Text Example


Text Example

White with #321544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321544; }

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

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

background-color css

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

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

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

border-color css

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

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

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