Html Css Color HEX #321144 Blackcurrant

📋 copy color: '#321144'

red 50 ◦ green 17 ◦ blue 68

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

Shades of Blackcurrant #321144

Tints of Blackcurrant #321144

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.59%

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

R = 37.04%
G = 12.59%
B = 50.37%

CMYK

 C value IS 0.26

 M value IS 0.75

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#321144 (or 0x321144) is known color: Blackcurrant. HEX triplet: 32, 11 and 44. RGB value is (50,17,68). Sum of RGB (Red+Green+Blue) = 50+17+68=135 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.04% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 68 (26.95% from 255 or 50.37% from 135); Max value from RGB is 68 - color contains mainly: blue. Hex color #321144 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321144 is #CDEEBB. Grayscale: #202020. Windows color (decimal): -13495996 or 4460850. OLE color: 4460850.

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

Color convert

RGB 50 17 68 -
CMYK 0.26 0.75 0 0.73
HSL 278.82º 0.6% 0.17% -
HSV(B) 278.82º 0.75% 0.27% -
XYZ 2.56 1.5 5.62 -
YUV 32.68 147.93 140.35 -
System Red Green Blue C M Y K H S L
Decimal 50 17 68 0.26 0.75 0 0.73 278.82 0.6 0.17
Hex 32 11 44 1A 4B 0 49 117 3C 11
Octal 62 21 104 32 113 0 111 427 74 21
Binary 110010 10001 1000100 11010 1001011 0 1001001 100010111 111100 10001

Color Harmonies of #321144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321144

Black with #321144

Text Example


Text Example

White with #321144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321144; }

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

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

background-color css

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

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

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

border-color css

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

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

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