Html Css Color HEX #321241 Blackcurrant

📋 copy color: '#321241'

red 50 ◦ green 18 ◦ blue 65

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

Shades of Blackcurrant #321241

Tints of Blackcurrant #321241

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.53%

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

R = 37.59%
G = 13.53%
B = 48.87%

CMYK

 C value IS 0.23

 M value IS 0.72

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#321241 (or 0x321241) is known color: Blackcurrant. HEX triplet: 32, 12 and 41. RGB value is (50,18,65). Sum of RGB (Red+Green+Blue) = 50+18+65=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 18 (7.42% from 255 or 13.53% from 133); Blue value is 65 (25.78% from 255 or 48.87% from 133); Max value from RGB is 65 - color contains mainly: blue. Hex color #321241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321241 is #CDEDBE. Grayscale: #202020. Windows color (decimal): -13495743 or 4264498. OLE color: 4264498.

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

Color convert

RGB 50 18 65 -
CMYK 0.23 0.72 0 0.75
HSL 280.85º 0.57% 0.16% -
HSV(B) 280.85º 0.72% 0.25% -
XYZ 2.49 1.49 5.16 -
YUV 32.93 146.1 140.18 -
System Red Green Blue C M Y K H S L
Decimal 50 18 65 0.23 0.72 0 0.75 280.85 0.57 0.16
Hex 32 12 41 17 48 0 4B 119 39 10
Octal 62 22 101 27 110 0 113 431 71 20
Binary 110010 10010 1000001 10111 1001000 0 1001011 100011001 111001 10000

Color Harmonies of #321241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321241

Black with #321241

Text Example


Text Example

White with #321241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321241; }

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

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

background-color css

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

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

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

border-color css

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

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

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