Html Css Color HEX #321041 Blackcurrant

📋 copy color: '#321041'

red 50 ◦ green 16 ◦ blue 65

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

Shades of Blackcurrant #321041

Tints of Blackcurrant #321041

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.21%

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

R = 38.17%
G = 12.21%
B = 49.62%

CMYK

 C value IS 0.23

 M value IS 0.75

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#321041 (or 0x321041) is known color: Blackcurrant. HEX triplet: 32, 10 and 41. RGB value is (50,16,65). Sum of RGB (Red+Green+Blue) = 50+16+65=131 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.17% from 131); Green value is 16 (6.64% from 255 or 12.21% from 131); Blue value is 65 (25.78% from 255 or 49.62% from 131); Max value from RGB is 65 - color contains mainly: blue. Hex color #321041 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321041 is #CDEFBE. Grayscale: #1F1F1F. Windows color (decimal): -13496255 or 4263986. OLE color: 4263986.

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

Color convert

RGB 50 16 65 -
CMYK 0.23 0.75 0 0.75
HSL 281.63º 0.6% 0.16% -
HSV(B) 281.63º 0.75% 0.25% -
XYZ 2.45 1.43 5.15 -
YUV 31.75 146.76 141.02 -
System Red Green Blue C M Y K H S L
Decimal 50 16 65 0.23 0.75 0 0.75 281.63 0.6 0.16
Hex 32 10 41 17 4B 0 4B 11A 3C 10
Octal 62 20 101 27 113 0 113 432 74 20
Binary 110010 10000 1000001 10111 1001011 0 1001011 100011010 111100 10000

Color Harmonies of #321041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321041

Black with #321041

Text Example


Text Example

White with #321041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321041; }

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

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

background-color css

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

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

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

border-color css

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

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

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