Html Css Color HEX #320D39 Blackcurrant

📋 copy color: '#320D39'

red 50 ◦ green 13 ◦ blue 57

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

Shades of Blackcurrant #320D39

Tints of Blackcurrant #320D39

RGB

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

 GREEN value IS 13 (5.47% from 255) = 10.83%

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

R = 41.67%
G = 10.83%
B = 47.5%

CMYK

 C value IS 0.12

 M value IS 0.77

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#320D39 (or 0x320D39) is known color: Blackcurrant. HEX triplet: 32, 0D and 39. RGB value is (50,13,57). Sum of RGB (Red+Green+Blue) = 50+13+57=120 (15% of max value = 765). Red value is 50 (19.92% from 255 or 41.67% from 120); Green value is 13 (5.47% from 255 or 10.83% from 120); Blue value is 57 (22.66% from 255 or 47.5% from 120); Max value from RGB is 57 - color contains mainly: blue. Hex color #320D39 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320D39 is #CDF2C6. Grayscale: #1C1C1C. Windows color (decimal): -13497031 or 3738930. OLE color: 3738930.

HSL color Cylindrical-coordinate representation of color #320D39: hue angle of 290.45º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #320D39 is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 50 13 57 -
CMYK 0.12 0.77 0 0.78
HSL 290.45º 0.63% 0.14% -
HSV(B) 290.45º 0.77% 0.22% -
XYZ 2.2 1.26 4 -
YUV 29.08 143.76 142.92 -
System Red Green Blue C M Y K H S L
Decimal 50 13 57 0.12 0.77 0 0.78 290.45 0.63 0.14
Hex 32 D 39 C 4D 0 4E 122 3F E
Octal 62 15 71 14 115 0 116 442 77 16
Binary 110010 1101 111001 1100 1001101 0 1001110 100100010 111111 1110

Color Harmonies of #320D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320D39

Black with #320D39

Text Example


Text Example

White with #320D39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320D39; }

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

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

background-color css

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

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

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

border-color css

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

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

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