Html Css Color HEX #321541 Blackcurrant

📋 copy color: '#321541'

red 50 ◦ green 21 ◦ blue 65

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

Shades of Blackcurrant #321541

Tints of Blackcurrant #321541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 47.79%

R = 36.76%
G = 15.44%
B = 47.79%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#321541 (or 0x321541) is known color: Blackcurrant. HEX triplet: 32, 15 and 41. RGB value is (50,21,65). Sum of RGB (Red+Green+Blue) = 50+21+65=136 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.76% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 65 (25.78% from 255 or 47.79% from 136); Max value from RGB is 65 - color contains mainly: blue. Hex color #321541 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321541 is #CDEABE. Grayscale: #222222. Windows color (decimal): -13494975 or 4265266. OLE color: 4265266.

HSL color Cylindrical-coordinate representation of color #321541: hue angle of 279.55º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #321541 is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 50 21 65 -
CMYK 0.23 0.68 0 0.75
HSL 279.55º 0.51% 0.17% -
HSV(B) 279.55º 0.68% 0.25% -
XYZ 2.54 1.6 5.18 -
YUV 34.69 145.11 138.92 -
System Red Green Blue C M Y K H S L
Decimal 50 21 65 0.23 0.68 0 0.75 279.55 0.51 0.17
Hex 32 15 41 17 44 0 4B 118 33 11
Octal 62 25 101 27 104 0 113 430 63 21
Binary 110010 10101 1000001 10111 1000100 0 1001011 100011000 110011 10001

Color Harmonies of #321541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321541

Black with #321541

Text Example


Text Example

White with #321541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321541; }

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

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

background-color css

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

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

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

border-color css

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

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

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