Html Css Color HEX #321741 Blackcurrant

📋 copy color: '#321741'

red 50 ◦ green 23 ◦ blue 65

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

Shades of Blackcurrant #321741

Tints of Blackcurrant #321741

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.67%

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

R = 36.23%
G = 16.67%
B = 47.1%

CMYK

 C value IS 0.23

 M value IS 0.65

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#321741 (or 0x321741) is known color: Blackcurrant. HEX triplet: 32, 17 and 41. RGB value is (50,23,65). Sum of RGB (Red+Green+Blue) = 50+23+65=138 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.23% from 138); Green value is 23 (9.38% from 255 or 16.67% from 138); Blue value is 65 (25.78% from 255 or 47.10% from 138); Max value from RGB is 65 - color contains mainly: blue. Hex color #321741 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321741 is #CDE8BE. Grayscale: #232323. Windows color (decimal): -13494463 or 4265778. OLE color: 4265778.

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

Color convert

RGB 50 23 65 -
CMYK 0.23 0.65 0 0.75
HSL 278.57º 0.48% 0.17% -
HSV(B) 278.57º 0.65% 0.25% -
XYZ 2.58 1.67 5.19 -
YUV 35.86 144.45 138.08 -
System Red Green Blue C M Y K H S L
Decimal 50 23 65 0.23 0.65 0 0.75 278.57 0.48 0.17
Hex 32 17 41 17 41 0 4B 117 30 11
Octal 62 27 101 27 101 0 113 427 60 21
Binary 110010 10111 1000001 10111 1000001 0 1001011 100010111 110000 10001

Color Harmonies of #321741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321741

Black with #321741

Text Example


Text Example

White with #321741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321741; }

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

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

background-color css

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

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

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

border-color css

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

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

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