Html Css Color HEX #320939 Blackcurrant

📋 copy color: '#320939'

red 50 ◦ green 9 ◦ blue 57

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

Shades of Blackcurrant #320939

Tints of Blackcurrant #320939

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.76%

 BLUE value IS 57 (22.66% from 255) = 49.14%

R = 43.1%
G = 7.76%
B = 49.14%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#320939 (or 0x320939) is known color: Blackcurrant. HEX triplet: 32, 09 and 39. RGB value is (50,9,57). Sum of RGB (Red+Green+Blue) = 50+9+57=116 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.10% from 116); Green value is 9 (3.91% from 255 or 7.76% from 116); Blue value is 57 (22.66% from 255 or 49.14% from 116); Max value from RGB is 57 - color contains mainly: blue. Hex color #320939 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320939 is #CDF6C6. Grayscale: #1A1A1A. Windows color (decimal): -13498055 or 3737906. OLE color: 3737906.

HSL color Cylindrical-coordinate representation of color #320939: hue angle of 291.25º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #320939 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 50 9 57 -
CMYK 0.12 0.84 0 0.78
HSL 291.25º 0.73% 0.13% -
HSV(B) 291.25º 0.84% 0.22% -
XYZ 2.15 1.17 3.98 -
YUV 26.73 145.08 144.6 -
System Red Green Blue C M Y K H S L
Decimal 50 9 57 0.12 0.84 0 0.78 291.25 0.73 0.13
Hex 32 9 39 C 54 0 4E 123 49 D
Octal 62 11 71 14 124 0 116 443 111 15
Binary 110010 1001 111001 1100 1010100 0 1001110 100100011 1001001 1101

Color Harmonies of #320939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320939

Black with #320939

Text Example


Text Example

White with #320939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320939; }

 p { color: rgb(50,9,57); }

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

background-color css

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

 a { background-color: rgb(50,9,57); }

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

border-color css

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

 span { border-color: rgb(50,9,57); }

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